Html Css Color HEX #809BA9 Bali Hai

📋 copy color: '#809BA9'

red 128 ◦ green 155 ◦ blue 169

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

Shades of Bali Hai #809BA9

Tints of Bali Hai #809BA9

RGB

 RED value IS 128 (50.39% from 255) = 28.32%

 GREEN value IS 155 (60.94% from 255) = 34.29%

 BLUE value IS 169 (66.41% from 255) = 37.39%

R = 28.32%
G = 34.29%
B = 37.39%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#809BA9 (or 0x809BA9) is known color: Bali Hai. HEX triplet: 80, 9B and A9. RGB value is (128,155,169). Sum of RGB (Red+Green+Blue) = 128+155+169=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 169 - color contains mainly: blue. Hex color #809BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809BA9 is #7F6456. Grayscale: #949494. Windows color (decimal): -8348759 or 11115392. OLE color: 11115392.

HSL color Cylindrical-coordinate representation of color #809BA9: hue angle of 200.49º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #809BA9 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 155 169 -
CMYK 0.24 0.08 0 0.34
HSL 200.49º 0.19% 0.58% -
HSV(B) 200.49º 0.24% 0.66% -
XYZ 27.78 30.9 42.04 -
YUV 148.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 128 155 169 0.24 0.08 0 0.34 200.49 0.19 0.58
Hex 80 9B A9 18 8 0 22 C8 13 3A
Octal 200 233 251 30 10 0 42 310 23 72
Binary 10000000 10011011 10101001 11000 1000 0 100010 11001000 10011 111010

Color Harmonies of #809BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BA9

Black with #809BA9

Text Example


Text Example

White with #809BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809BA9; }

 p { color: rgb(128,155,169); }

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

background-color css

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

 a { background-color: rgb(128,155,169); }

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

border-color css

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

 span { border-color: rgb(128,155,169); }

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