#8587BD

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

Shades of Wild Blue Yonder #8587BD

Tints of Wild Blue Yonder #8587BD

Color information

#8587BD (or 0x8587BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 87 and BD. RGB value is (133,135,189). Sum of RGB (Red+Green+Blue) = 133+135+189=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #8587BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587BD is #7A7842. Grayscale: #8C8C8C. Windows color (decimal): -8026179 or 12420997. OLE color: 12420997.

HSL color Cylindrical-coordinate representation of color #8587BD: hue angle of 237.86º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8587BD is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133135189-
CMYK0.300.2900.26
HSL237.86º29.79%63.14%-
HSV(B)237.86º29.63%74.12%-
XYZ27.5225.9951.71-
YUV140.56155.34122.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.10%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=29.10%
G=29.54%
B=41.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331351890.300.2900.26237.8629.7963.14
Hex8587BD1E1D01Aee1e3f
Octal20520727536350323563677
Binary10000101100001111011110111110111010110101110111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8587BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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