#878FBF

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

Shades of Wild Blue Yonder #878FBF

Tints of Wild Blue Yonder #878FBF

Color information

#878FBF (or 0x878FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8F and BF. RGB value is (135,143,191). Sum of RGB (Red+Green+Blue) = 135+143+191=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #878FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FBF is #787040. Grayscale: #919191. Windows color (decimal): -7893057 or 12554119. OLE color: 12554119.

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

Color convert

RGB135143191-
CMYK0.290.2500.25
HSL231.43º30.43%63.92%-
HSV(B)231.43º29.32%74.9%-
XYZ29.2228.5653.26-
YUV146.08153.35120.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.78%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 191 (75% from 255) = 40.72%
R=28.78%
G=30.49%
B=40.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351431910.290.2500.25231.4330.4363.92
Hex878FBF1D19019e71e40
Octal207217277353103134736100
Binary100001111000111110111111111011100101100111100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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