Html Css Color HEX #809BAB Bali Hai

📋 copy color: '#809BAB'

red 128 ◦ green 155 ◦ blue 171

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

Shades of Bali Hai #809BAB

Tints of Bali Hai #809BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 28.19%
G = 34.14%
B = 37.67%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#809BAB (or 0x809BAB) is known color: Bali Hai. HEX triplet: 80, 9B and AB. RGB value is (128,155,171). Sum of RGB (Red+Green+Blue) = 128+155+171=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #809BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809BAB is #7F6454. Grayscale: #949494. Windows color (decimal): -8348757 or 11246464. OLE color: 11246464.

HSL color Cylindrical-coordinate representation of color #809BAB: hue angle of 202.33º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #809BAB is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 155 171 -
CMYK 0.25 0.09 0 0.33
HSL 202.33º 0.2% 0.59% -
HSV(B) 202.33º 0.25% 0.67% -
XYZ 27.97 30.97 43.03 -
YUV 148.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 128 155 171 0.25 0.09 0 0.33 202.33 0.2 0.59
Hex 80 9B AB 19 9 0 21 CA 14 3B
Octal 200 233 253 31 11 0 41 312 24 73
Binary 10000000 10011011 10101011 11001 1001 0 100001 11001010 10100 111011

Color Harmonies of #809BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BAB

Black with #809BAB

Text Example


Text Example

White with #809BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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