#869399

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

Shades of Bali Hai #869399

Tints of Bali Hai #869399

Color information

#869399 (or 0x869399) is unknown color: approx Bali Hai. HEX triplet: 86, 93 and 99. RGB value is (134,147,153). Sum of RGB (Red+Green+Blue) = 134+147+153=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 147 (57.81% from 255 or 33.87% 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 #869399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869399 is #796C66. Grayscale: #8F8F8F. Windows color (decimal): -7957607 or 10064774. OLE color: 10064774.

HSL color Cylindrical-coordinate representation of color #869399: hue angle of 198.95º degrees, saturation: 0.09, 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 #869399 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB134147153-
CMYK0.120.0400.4
HSL198.95º8.52%56.27%-
HSV(B)198.95º12.42%60%-
XYZ26.0228.2434.22-
YUV143.8133.19121.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=30.88%
G=33.87%
B=35.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341471530.120.0400.4198.958.5256.27
Hex869399C4028c7938
Octal2062232311440503071170
Binary10000110100100111001100111001000101000110001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869399; }

 p { color: rgb(134,147,153); }

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

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

 a { background-color: rgb(134,147,153); }

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

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

 span { border-color: rgb(134,147,153); }

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