#879299

Color #879299 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #879299

Tints of Bali Hai #879299

Color information

#879299 (or 0x879299) is unknown color: approx Bali Hai. HEX triplet: 87, 92 and 99. RGB value is (135,146,153). Sum of RGB (Red+Green+Blue) = 135+146+153=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: blue. Hex color #879299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879299 is #786D66. Grayscale: #8F8F8F. Windows color (decimal): -7892327 or 10064519. OLE color: 10064519.

HSL color Cylindrical-coordinate representation of color #879299: hue angle of 203.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879299 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB135146153-
CMYK0.120.0500.4
HSL203.33º8.11%56.47%-
HSV(B)203.33º11.76%60%-
XYZ26.0228.0134.17-
YUV143.51133.36121.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=31.11%
G=33.64%
B=35.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351461530.120.0500.4203.338.1156.47
Hex879299C5028cb838
Octal2072222311450503131070
Binary10000111100100101001100111001010101000110010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879299; }

 p { color: rgb(135,146,153); }

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

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

 a { background-color: rgb(135,146,153); }

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

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

 span { border-color: rgb(135,146,153); }

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