#878BC0

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

Shades of Wild Blue Yonder #878BC0

Tints of Wild Blue Yonder #878BC0

Color information

#878BC0 (or 0x878BC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8B and C0. RGB value is (135,139,192). Sum of RGB (Red+Green+Blue) = 135+139+192=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #878BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BC0 is #78743F. Grayscale: #8F8F8F. Windows color (decimal): -7894080 or 12618631. OLE color: 12618631.

HSL color Cylindrical-coordinate representation of color #878BC0: hue angle of 235.79º 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 #878BC0 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135139192-
CMYK0.300.2800.25
HSL235.79º31.15%64.12%-
HSV(B)235.79º29.69%75.29%-
XYZ28.7427.4253.65-
YUV143.85155.17121.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.97%
GREEN value IS 139 (54.69% from 255) = 29.83%
BLUE value IS 192 (75.39% from 255) = 41.20%
R=28.97%
G=29.83%
B=41.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351391920.300.2800.25235.7931.1564.12
Hex878BC01E1C019ec1f40
Octal207213300363403135437100
Binary100001111000101111000000111101110001100111101100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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