Html Css Color HEX #899DB1 Bali Hai

📋 copy color: '#899DB1'

red 137 ◦ green 157 ◦ blue 177

#899DB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #899DB1

Tints of Bali Hai #899DB1

RGB

 RED value IS 137 (53.91% from 255) = 29.09%

 GREEN value IS 157 (61.72% from 255) = 33.33%

 BLUE value IS 177 (69.53% from 255) = 37.58%

R = 29.09%
G = 33.33%
B = 37.58%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#899DB1 (or 0x899DB1) is known color: Bali Hai. HEX triplet: 89, 9D and B1. RGB value is (137,157,177). Sum of RGB (Red+Green+Blue) = 137+157+177=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 177 - color contains mainly: blue. Hex color #899DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899DB1 is #76624E. Grayscale: #999999. Windows color (decimal): -7758415 or 11640201. OLE color: 11640201.

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

Color convert

RGB 137 157 177 -
CMYK 0.23 0.11 0 0.31
HSL 210º 0.2% 0.62% -
HSV(B) 210º 0.23% 0.69% -
XYZ 30.31 32.61 46.29 -
YUV 153.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 137 157 177 0.23 0.11 0 0.31 210 0.2 0.62
Hex 89 9D B1 17 B 0 1F D2 14 3E
Octal 211 235 261 27 13 0 37 322 24 76
Binary 10001001 10011101 10110001 10111 1011 0 11111 11010010 10100 111110

Color Harmonies of #899DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899DB1

Black with #899DB1

Text Example


Text Example

White with #899DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #899DB1;
 }
 .AnyTagClassName
 {
   color: #899DB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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