#899DB0

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

Shades of Bali Hai #899DB0

Tints of Bali Hai #899DB0

Color information

#899DB0 (or 0x899DB0) is unknown color: approx Bali Hai. HEX triplet: 89, 9D and B0. RGB value is (137,157,176). Sum of RGB (Red+Green+Blue) = 137+157+176=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 176 - color contains mainly: blue. Hex color #899DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899DB0 is #76624F. Grayscale: #999999. Windows color (decimal): -7758416 or 11574665. OLE color: 11574665.

HSL color Cylindrical-coordinate representation of color #899DB0: hue angle of 209.23º degrees, saturation: 0.2, 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 #899DB0 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137157176-
CMYK0.220.1100.31
HSL209.23º19.8%61.37%-
HSV(B)209.23º22.16%69.02%-
XYZ30.2132.5745.77-
YUV153.19140.87116.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=29.15%
G=33.40%
B=37.45%

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
Decimal1371571760.220.1100.31209.2319.861.37
Hex899DB016B01Fd1143d
Octal21123526026130373212475
Binary1000100110011101101100001011010110111111101000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,157,176); }

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

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

 a { background-color: rgb(137,157,176); }

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

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

 span { border-color: rgb(137,157,176); }

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