COLOR #8488C0

HEX: #8488C0 RGB: (132,136,192)

Color info

#8488C0 contains mainly green and blue colors. Web safe color of #8488C0 is #9999CC (or #99C).

RGB color model

#8488C0 color RGB value is (132,136,192).

RGB: (132,136,192) (52%, 53%, 75%)

RGB channels and saturation

R 132 of 255 = 52%
G 136 of 255 = 53%
B 192 of 255 = 75%

132
136
192

R + G + B ~ 60%. #8488C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 136 + 192 = 460 (100%)
R 132 of 460 ~ 28.7%
G 136 of 460 ~ 29.57%
B 192 of 460 ~ 41.74'%

%28.7
%29.57
%41.74

CMYK color model

#8488C0 color CMYK value is (31,29,0,25).

  • cyan value is 31.25%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (31,29,0,25)
C31M29Y0K25 (31%, 29%, 0%, 25%)
(0.31 / 0.29 / 0.00 / 0.25)

CMYK percentages

%31.25
%29.17
%0
%24.71

Codes

Color #8488C0 in popluar color models

84 88 C0
RGB 132 136 192
HSL 236° 32.26% 63.53%
HSB/HSV 236° 31.25% 75.29%
CMYK 31.25% 29.17% 0.00%
24.71%

Color #8488C0 in popluar number systems.

HEX 84 88 C0
Decimal 132 136 192
Binary 10000100 10001000 11000000
Octal 204 210 300

Shades and tints

Shades of #8488C0

#8488C0
(132,136,192)
#787CAF
(120,124,175)
#6C709E
(108,112,158)
#60648D
(96,100,141)
#54587C
(84,88,124)
#484C6B
(72,76,107)
#3C405A
(60,64,90)
#303449
(48,52,73)
#242838
(36,40,56)
#181C27
(24,28,39)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #8488C0

#8488C0
(132,136,192)
#8F92C5
(143,146,197)
#9A9CCA
(154,156,202)
#A5A6CF
(165,166,207)
#B0B0D4
(176,176,212)
#BBBAD9
(187,186,217)
#C6C4DE
(198,196,222)
#D1CEE3
(209,206,227)
#DCD8E8
(220,216,232)
#E7E2ED
(231,226,237)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8488C0 color. Also use rgb(132,136,192) instead hex code.

Text Font Color

.myTextColor { color: #8488C0; }

<p style="color:#8488C0">This sample text font color is #8488C0.</p>

This text font color is #8488C0.

Background Color

.myBgColor { background-color: #8488C0; }

<div style="background-color:#8488C0">Inner text</div>

This div background color is #8488C0.

Border color

.myBorderColor { border: 1px solid #8488C0; }

<div style="border:3px solid #8488C0">Div</div>

This div border color is #8488C0.

Opacity

.myOpacity80 { color: #8488C0; opacity: 0.8; }

<p style="color:#8488C0;opacity:0.8;">80%</p>

Text with #8488C0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8488C0;}

<p style="text-shadow: 3px 3px 1px #8488C0">Text here.</p>

This text has shadow with #8488C0 color.


.textShadow {text-shadow: 3px 3px 1px #8488C0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8488C0, 5px 5px 20px red">Text here.</p>

This text has shadow with #8488C0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8488C0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8488C0, Direction=45, Strength=4)">Text</p>

This text has shadow with #8488C0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8488C0;
-webkit-box-shadow: 1px 1px 3px 2px #8488C0;
box-shadow: 1px 1px 3px 2px #8488C0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8488C0; -webkit-box-shadow: 1px 1px 3px 2px #8488C0; box-shadow:1px 1px 3px 2px #8488C0;">
Div content here
</div>

This div box has shadow with color #8488C0.

Preview

Color preview on black background

This text has color #8488C0 on black background.


Color preview on white background

This text has color #8488C0 on white background.


Black color preview on #8488C0 background

This text has black color on #8488C0 background.


White color preview on #8488C0 background

This text has white color on #8488C0 background.


Related colors

Complementary color

Complementary color for #hex is #7B773F.


I love getcolorcode.com

Triadic colors

1 #C08488 and #88C084 with #8488C0 are triadic colors.

2 #C08884 and #8884C0 with #8488C0 are triadic colors.