#878FBE

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

Shades of Wild Blue Yonder #878FBE

Tints of Wild Blue Yonder #878FBE

Color information

#878FBE (or 0x878FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8F and BE. RGB value is (135,143,190). Sum of RGB (Red+Green+Blue) = 135+143+190=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #878FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FBE is #787041. Grayscale: #919191. Windows color (decimal): -7893058 or 12488583. OLE color: 12488583.

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

Color convert

RGB135143190-
CMYK0.290.2500.25
HSL231.27º29.73%63.73%-
HSV(B)231.27º28.95%74.51%-
XYZ29.1128.5152.68-
YUV145.97152.85120.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.85%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=28.85%
G=30.56%
B=40.60%

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
Decimal1351431900.290.2500.25231.2729.7363.73
Hex878FBE1D19019e71e40
Octal207217276353103134736100
Binary100001111000111110111110111011100101100111100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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