Html Css Color HEX #809DAC Bali Hai

📋 copy color: '#809DAC'

red 128 ◦ green 157 ◦ blue 172

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

Shades of Bali Hai #809DAC

Tints of Bali Hai #809DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 28.01%
G = 34.35%
B = 37.64%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#809DAC (or 0x809DAC) is known color: Bali Hai. HEX triplet: 80, 9D and AC. RGB value is (128,157,172). Sum of RGB (Red+Green+Blue) = 128+157+172=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #809DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809DAC is #7F6253. Grayscale: #959595. Windows color (decimal): -8348244 or 11312512. OLE color: 11312512.

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

Color convert

RGB 128 157 172 -
CMYK 0.26 0.09 0 0.33
HSL 200.45º 0.21% 0.59% -
HSV(B) 200.45º 0.26% 0.67% -
XYZ 28.41 31.68 43.65 -
YUV 150.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 128 157 172 0.26 0.09 0 0.33 200.45 0.21 0.59
Hex 80 9D AC 1A 9 0 21 C8 15 3B
Octal 200 235 254 32 11 0 41 310 25 73
Binary 10000000 10011101 10101100 11010 1001 0 100001 11001000 10101 111011

Color Harmonies of #809DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DAC

Black with #809DAC

Text Example


Text Example

White with #809DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,157,172); }

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

background-color css

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

 a { background-color: rgb(128,157,172); }

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

border-color css

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

 span { border-color: rgb(128,157,172); }

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