Html Css Color HEX #899FB1 Bali Hai

📋 copy color: '#899FB1'

red 137 ◦ green 159 ◦ blue 177

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

Shades of Bali Hai #899FB1

Tints of Bali Hai #899FB1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

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

R = 28.96%
G = 33.62%
B = 37.42%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#899FB1 (or 0x899FB1) is known color: Bali Hai. HEX triplet: 89, 9F and B1. RGB value is (137,159,177). Sum of RGB (Red+Green+Blue) = 137+159+177=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 177 - color contains mainly: blue. Hex color #899FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899FB1 is #76604E. Grayscale: #9A9A9A. Windows color (decimal): -7757903 or 11640713. OLE color: 11640713.

HSL color Cylindrical-coordinate representation of color #899FB1: hue angle of 207º 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 #899FB1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 159 177 -
CMYK 0.23 0.10 0 0.31
HSL 207º 0.2% 0.62% -
HSV(B) 207º 0.23% 0.69% -
XYZ 30.65 33.29 46.4 -
YUV 154.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 137 159 177 0.23 0.10 0 0.31 207 0.2 0.62
Hex 89 9F B1 17 A 0 1F CF 14 3E
Octal 211 237 261 27 12 0 37 317 24 76
Binary 10001001 10011111 10110001 10111 1010 0 11111 11001111 10100 111110

Color Harmonies of #899FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FB1

Black with #899FB1

Text Example


Text Example

White with #899FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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