#8487B6

Color #8487B6 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #8487B6

Tints of Wild Blue Yonder #8487B6

Color information

#8487B6 (or 0x8487B6) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 87 and B6. RGB value is (132,135,182). Sum of RGB (Red+Green+Blue) = 132+135+182=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #8487B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8487B6 is #7B7849. Grayscale: #8B8B8B. Windows color (decimal): -8091722 or 11962244. OLE color: 11962244.

HSL color Cylindrical-coordinate representation of color #8487B6: hue angle of 236.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8487B6 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132135182-
CMYK0.270.2600.29
HSL236.4º25.51%61.57%-
HSV(B)236.4º27.47%71.37%-
XYZ26.6225.6147.8-
YUV139.46152.01122.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 182 (71.48% from 255) = 40.53%
R=29.40%
G=30.07%
B=40.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321351820.270.2600.29236.425.5161.57
Hex8487B61B1A01Dec1a3e
Octal20420726633320353543276
Binary10000100100001111011011011011110100111011110110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8487B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8487B6; }

 p { color: rgb(132,135,182); }

 H1.HeaderClassName
 {
   color: #8487B6;
 }
 .AnyTagClassName
 {
   color: #8487B6;
 }
</style>
background-color css

<style>
 a { background-color: #8487B6; }

 a { background-color: rgb(132,135,182); }

 div.DivClassName
 {
   background-color: #8487B6;
 }
 .BgClassName
 {
   background-color: #8487B6;
 }
</style>
border-color css

<style>
 span { border-color: #8487B6; }

 span { border-color: rgb(132,135,182); }

 td.TdClassName
 {
   border-color: #8487B6;
 }
 .TagClassName
 {
   border-color: #8487B6;
 }
</style>