#8487BF

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

Shades of Wild Blue Yonder #8487BF

Tints of Wild Blue Yonder #8487BF

Color information

#8487BF (or 0x8487BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 87 and BF. RGB value is (132,135,191). Sum of RGB (Red+Green+Blue) = 132+135+191=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #8487BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8487BF is #7B7840. Grayscale: #8C8C8C. Windows color (decimal): -8091713 or 12552068. OLE color: 12552068.

HSL color Cylindrical-coordinate representation of color #8487BF: hue angle of 236.95º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8487BF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132135191-
CMYK0.310.2900.25
HSL236.95º31.55%63.33%-
HSV(B)236.95º30.89%74.9%-
XYZ27.582652.85-
YUV140.49156.51121.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.82%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 191 (75% from 255) = 41.70%
R=28.82%
G=29.48%
B=41.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321351910.310.2900.25236.9531.5563.33
Hex8487BF1F1D019ed203f
Octal20420727737350313554077
Binary100001001000011110111111111111110101100111101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8487BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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