#878FB4

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

Shades of Wild Blue Yonder #878FB4

Tints of Wild Blue Yonder #878FB4

Color information

#878FB4 (or 0x878FB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8F and B4. RGB value is (135,143,180). Sum of RGB (Red+Green+Blue) = 135+143+180=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 180 - color contains mainly: blue. Hex color #878FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FB4 is #78704B. Grayscale: #909090. Windows color (decimal): -7893068 or 11833223. OLE color: 11833223.

HSL color Cylindrical-coordinate representation of color #878FB4: hue angle of 229.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #878FB4 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135143180-
CMYK0.250.2100.29
HSL229.33º23.08%61.76%-
HSV(B)229.33º25%70.59%-
XYZ28.0528.0947.12-
YUV144.83147.85120.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.48%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 180 (70.70% from 255) = 39.30%
R=29.48%
G=31.22%
B=39.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351431800.250.2100.29229.3323.0861.76
Hex878FB4191501De5173e
Octal20721726431250353452776
Binary10000111100011111011010011001101010111011110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878FB4; }

 p { color: rgb(135,143,180); }

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

<style>
 a { background-color: #878FB4; }

 a { background-color: rgb(135,143,180); }

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

<style>
 span { border-color: #878FB4; }

 span { border-color: rgb(135,143,180); }

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