#8587BA

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

Shades of Wild Blue Yonder #8587BA

Tints of Wild Blue Yonder #8587BA

Color information

#8587BA (or 0x8587BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 87 and BA. RGB value is (133,135,186). Sum of RGB (Red+Green+Blue) = 133+135+186=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #8587BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587BA is #7A7845. Grayscale: #8C8C8C. Windows color (decimal): -8026182 or 12224389. OLE color: 12224389.

HSL color Cylindrical-coordinate representation of color #8587BA: hue angle of 237.74º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8587BA is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133135186-
CMYK0.280.2700.27
HSL237.74º27.75%62.55%-
HSV(B)237.74º28.49%72.94%-
XYZ27.225.8650.01-
YUV140.22153.84122.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=29.30%
G=29.74%
B=40.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331351860.280.2700.27237.7427.7562.55
Hex8587BA1C1B01Bee1c3f
Octal20520727234330333563477
Binary10000101100001111011101011100110110110111110111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8587BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8587BA; }

 p { color: rgb(133,135,186); }

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

<style>
 a { background-color: #8587BA; }

 a { background-color: rgb(133,135,186); }

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

<style>
 span { border-color: #8587BA; }

 span { border-color: rgb(133,135,186); }

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