Html Css Color HEX #809EAA Bali Hai

📋 copy color: '#809EAA'

red 128 ◦ green 158 ◦ blue 170

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

Shades of Bali Hai #809EAA

Tints of Bali Hai #809EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.65%

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 28.07%
G = 34.65%
B = 37.28%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#809EAA (or 0x809EAA) is known color: Bali Hai. HEX triplet: 80, 9E and AA. RGB value is (128,158,170). Sum of RGB (Red+Green+Blue) = 128+158+170=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #809EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809EAA is #7F6155. Grayscale: #969696. Windows color (decimal): -8347990 or 11181696. OLE color: 11181696.

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

Color convert

RGB 128 158 170 -
CMYK 0.25 0.07 0 0.33
HSL 197.14º 0.2% 0.58% -
HSV(B) 197.14º 0.25% 0.67% -
XYZ 28.38 31.95 42.7 -
YUV 150.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 128 158 170 0.25 0.07 0 0.33 197.14 0.2 0.58
Hex 80 9E AA 19 7 0 21 C5 14 3A
Octal 200 236 252 31 7 0 41 305 24 72
Binary 10000000 10011110 10101010 11001 111 0 100001 11000101 10100 111010

Color Harmonies of #809EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809EAA

Black with #809EAA

Text Example


Text Example

White with #809EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,158,170); }

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

background-color css

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

 a { background-color: rgb(128,158,170); }

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

border-color css

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

 span { border-color: rgb(128,158,170); }

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