#878DBB

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

Shades of Wild Blue Yonder #878DBB

Tints of Wild Blue Yonder #878DBB

Color information

#878DBB (or 0x878DBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8D and BB. RGB value is (135,141,187). Sum of RGB (Red+Green+Blue) = 135+141+187=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #878DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DBB is #787244. Grayscale: #909090. Windows color (decimal): -7893573 or 12291463. OLE color: 12291463.

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

Color convert

RGB135141187-
CMYK0.280.2500.27
HSL233.08º27.66%63.14%-
HSV(B)233.08º27.81%73.33%-
XYZ28.4927.7950.88-
YUV144.45152.01121.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.16%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=29.16%
G=30.45%
B=40.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351411870.280.2500.27233.0827.6663.14
Hex878DBB1C1901Be91c3f
Octal20721527334310333513477
Binary10000111100011011011101111100110010110111110100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,141,187); }

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

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

 a { background-color: rgb(135,141,187); }

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

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

 span { border-color: rgb(135,141,187); }

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