#878EC0

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

Shades of Wild Blue Yonder #878EC0

Tints of Wild Blue Yonder #878EC0

Color information

#878EC0 (or 0x878EC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8E and C0. RGB value is (135,142,192). Sum of RGB (Red+Green+Blue) = 135+142+192=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #878EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EC0 is #78713F. Grayscale: #919191. Windows color (decimal): -7893312 or 12619399. OLE color: 12619399.

HSL color Cylindrical-coordinate representation of color #878EC0: hue angle of 232.63º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #878EC0 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135142192-
CMYK0.300.2600.25
HSL232.63º31.15%64.12%-
HSV(B)232.63º29.69%75.29%-
XYZ29.1828.353.79-
YUV145.61154.18120.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.78%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=28.78%
G=30.28%
B=40.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351421920.300.2600.25232.6331.1564.12
Hex878EC01E1A019e91f40
Octal207216300363203135137100
Binary100001111000111011000000111101101001100111101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,142,192); }

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

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

 a { background-color: rgb(135,142,192); }

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

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

 span { border-color: rgb(135,142,192); }

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