#878BC2

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

Shades of Wild Blue Yonder #878BC2

Tints of Wild Blue Yonder #878BC2

Color information

#878BC2 (or 0x878BC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8B and C2. RGB value is (135,139,194). Sum of RGB (Red+Green+Blue) = 135+139+194=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #878BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BC2 is #78743D. Grayscale: #8F8F8F. Windows color (decimal): -7894078 or 12749703. OLE color: 12749703.

HSL color Cylindrical-coordinate representation of color #878BC2: hue angle of 235.93º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #878BC2 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135139194-
CMYK0.300.2800.24
HSL235.93º32.6%64.51%-
HSV(B)235.93º30.41%76.08%-
XYZ28.9627.5154.82-
YUV144.07156.17121.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.85%
GREEN value IS 139 (54.69% from 255) = 29.70%
BLUE value IS 194 (76.17% from 255) = 41.45%
R=28.85%
G=29.70%
B=41.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351391940.300.2800.24235.9332.664.51
Hex878BC21E1C018ec2141
Octal207213302363403035441101
Binary1000011110001011110000101111011100011000111011001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,139,194); }

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

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

 a { background-color: rgb(135,139,194); }

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

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

 span { border-color: rgb(135,139,194); }

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