Html Css Color HEX #899DA3 Bali Hai

📋 copy color: '#899DA3'

red 137 ◦ green 157 ◦ blue 163

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

Shades of Bali Hai #899DA3

Tints of Bali Hai #899DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.67%

R = 29.98%
G = 34.35%
B = 35.67%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#899DA3 (or 0x899DA3) is known color: Bali Hai. HEX triplet: 89, 9D and A3. RGB value is (137,157,163). Sum of RGB (Red+Green+Blue) = 137+157+163=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 163 - color contains mainly: blue. Hex color #899DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899DA3 is #76625C. Grayscale: #979797. Windows color (decimal): -7758429 or 10722697. OLE color: 10722697.

HSL color Cylindrical-coordinate representation of color #899DA3: hue angle of 193.85º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #899DA3 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 157 163 -
CMYK 0.16 0.04 0 0.36
HSL 193.85º 0.12% 0.59% -
HSV(B) 193.85º 0.16% 0.64% -
XYZ 28.98 32.08 39.31 -
YUV 151.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 137 157 163 0.16 0.04 0 0.36 193.85 0.12 0.59
Hex 89 9D A3 10 4 0 24 C2 C 3B
Octal 211 235 243 20 4 0 44 302 14 73
Binary 10001001 10011101 10100011 10000 100 0 100100 11000010 1100 111011

Color Harmonies of #899DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899DA3

Black with #899DA3

Text Example


Text Example

White with #899DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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