#878FBA

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

Shades of Wild Blue Yonder #878FBA

Tints of Wild Blue Yonder #878FBA

Color information

#878FBA (or 0x878FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8F and BA. RGB value is (135,143,186). Sum of RGB (Red+Green+Blue) = 135+143+186=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #878FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FBA is #787045. Grayscale: #919191. Windows color (decimal): -7893062 or 12226439. OLE color: 12226439.

HSL color Cylindrical-coordinate representation of color #878FBA: hue angle of 230.59º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #878FBA is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135143186-
CMYK0.270.2300.27
HSL230.59º26.98%62.94%-
HSV(B)230.59º27.42%72.94%-
XYZ28.6828.3450.41-
YUV145.51150.85120.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.09%
GREEN value IS 143 (56.25% from 255) = 30.82%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=29.09%
G=30.82%
B=40.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351431860.270.2300.27230.5926.9862.94
Hex878FBA1B1701Be71b3f
Octal20721727233270333473377
Binary10000111100011111011101011011101110110111110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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