#878FB3

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

Shades of Wild Blue Yonder #878FB3

Tints of Wild Blue Yonder #878FB3

Color information

#878FB3 (or 0x878FB3) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8F and B3. RGB value is (135,143,179). Sum of RGB (Red+Green+Blue) = 135+143+179=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #878FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FB3 is #78704C. Grayscale: #909090. Windows color (decimal): -7893069 or 11767687. OLE color: 11767687.

HSL color Cylindrical-coordinate representation of color #878FB3: hue angle of 229.09º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #878FB3 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB135143179-
CMYK0.250.2000.30
HSL229.09º22.45%61.57%-
HSV(B)229.09º24.58%70.2%-
XYZ27.9528.0546.59-
YUV144.71147.35121.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.54%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=29.54%
G=31.29%
B=39.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351431790.250.2000.30229.0922.4561.57
Hex878FB3191401Ee5163e
Octal20721726331240363452676
Binary10000111100011111011001111001101000111101110010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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