#899CAF

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

Shades of Bali Hai #899CAF

Tints of Bali Hai #899CAF

Color information

#899CAF (or 0x899CAF) is unknown color: approx Bali Hai. HEX triplet: 89, 9C and AF. RGB value is (137,156,175). Sum of RGB (Red+Green+Blue) = 137+156+175=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #899CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899CAF is #766350. Grayscale: #989898. Windows color (decimal): -7758673 or 11508873. OLE color: 11508873.

HSL color Cylindrical-coordinate representation of color #899CAF: hue angle of 210º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #899CAF is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137156175-
CMYK0.220.1100.31
HSL210º19.19%61.18%-
HSV(B)210º21.71%68.63%-
XYZ29.9432.1945.19-
YUV152.48140.71116.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.27%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=29.27%
G=33.33%
B=37.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371561750.220.1100.3121019.1961.18
Hex899CAF16B01Fd2133d
Octal21123425726130373222375
Binary1000100110011100101011111011010110111111101001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899CAF; }

 p { color: rgb(137,156,175); }

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

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

 a { background-color: rgb(137,156,175); }

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

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

 span { border-color: rgb(137,156,175); }

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