Html Css Color HEX #899398 Bali Hai

📋 copy color: '#899398'

red 137 ◦ green 147 ◦ blue 152

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

Shades of Bali Hai #899398

Tints of Bali Hai #899398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.72%

 BLUE value IS 152 (59.77% from 255) = 34.86%

R = 31.42%
G = 33.72%
B = 34.86%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#899398 (or 0x899398) is known color: Bali Hai. HEX triplet: 89, 93 and 98. RGB value is (137,147,152). Sum of RGB (Red+Green+Blue) = 137+147+152=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #899398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899398 is #766C67. Grayscale: #909090. Windows color (decimal): -7761000 or 9999241. OLE color: 9999241.

HSL color Cylindrical-coordinate representation of color #899398: hue angle of 200º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899398 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 147 152 -
CMYK 0.10 0.03 0 0.40
HSL 200º 0.07% 0.57% -
HSV(B) 200º 0.1% 0.6% -
XYZ 26.42 28.45 33.81 -
YUV 144.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 137 147 152 0.10 0.03 0 0.40 200 0.07 0.57
Hex 89 93 98 A 3 0 28 C8 7 39
Octal 211 223 230 12 3 0 50 310 7 71
Binary 10001001 10010011 10011000 1010 11 0 101000 11001000 111 111001

Color Harmonies of #899398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899398

Black with #899398

Text Example


Text Example

White with #899398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899398; }

 p { color: rgb(137,147,152); }

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

background-color css

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

 a { background-color: rgb(137,147,152); }

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

border-color css

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

 span { border-color: rgb(137,147,152); }

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