#899FAC

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

Shades of Bali Hai #899FAC

Tints of Bali Hai #899FAC

Color information

#899FAC (or 0x899FAC) is unknown color: approx Bali Hai. HEX triplet: 89, 9F and AC. RGB value is (137,159,172). Sum of RGB (Red+Green+Blue) = 137+159+172=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #899FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899FAC is #766053. Grayscale: #999999. Windows color (decimal): -7757908 or 11313033. OLE color: 11313033.

HSL color Cylindrical-coordinate representation of color #899FAC: hue angle of 202.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899FAC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137159172-
CMYK0.200.0800.33
HSL202.29º17.41%60.59%-
HSV(B)202.29º20.35%67.45%-
XYZ30.1633.0943.83-
YUV153.9138.21115.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.27%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=29.27%
G=33.97%
B=36.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371591720.200.0800.33202.2917.4160.59
Hex899FAC148021ca113d
Octal21123725424100413122175
Binary10001001100111111010110010100100001000011100101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,159,172); }

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

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

 a { background-color: rgb(137,159,172); }

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

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

 span { border-color: rgb(137,159,172); }

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