#878BBA

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

Shades of Wild Blue Yonder #878BBA

Tints of Wild Blue Yonder #878BBA

Color information

#878BBA (or 0x878BBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 8B and BA. RGB value is (135,139,186). Sum of RGB (Red+Green+Blue) = 135+139+186=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #878BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BBA is #787445. Grayscale: #8E8E8E. Windows color (decimal): -7894086 or 12225415. OLE color: 12225415.

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

Color convert

RGB135139186-
CMYK0.270.2500.27
HSL235.29º26.98%62.94%-
HSV(B)235.29º27.42%72.94%-
XYZ28.0927.1650.22-
YUV143.16152.17122.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.35%
GREEN value IS 139 (54.69% from 255) = 30.22%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=29.35%
G=30.22%
B=40.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351391860.270.2500.27235.2926.9862.94
Hex878BBA1B1901Beb1b3f
Octal20721327233310333533377
Binary10000111100010111011101011011110010110111110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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