Html Css Color HEX #809DA1 Ziggurat

📋 copy color: '#809DA1'

red 128 ◦ green 157 ◦ blue 161

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

Shades of Ziggurat #809DA1

Tints of Ziggurat #809DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.1%

R = 28.7%
G = 35.2%
B = 36.1%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#809DA1 (or 0x809DA1) is known color: Ziggurat. HEX triplet: 80, 9D and A1. RGB value is (128,157,161). Sum of RGB (Red+Green+Blue) = 128+157+161=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 161 - color contains mainly: blue. Hex color #809DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809DA1 is #7F625E. Grayscale: #949494. Windows color (decimal): -8348255 or 10591616. OLE color: 10591616.

HSL color Cylindrical-coordinate representation of color #809DA1: hue angle of 187.27º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #809DA1 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 157 161 -
CMYK 0.20 0.02 0 0.37
HSL 187.27º 0.15% 0.57% -
HSV(B) 187.27º 0.2% 0.63% -
XYZ 27.39 31.28 38.31 -
YUV 148.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 128 157 161 0.20 0.02 0 0.37 187.27 0.15 0.57
Hex 80 9D A1 14 2 0 25 BB F 39
Octal 200 235 241 24 2 0 45 273 17 71
Binary 10000000 10011101 10100001 10100 10 0 100101 10111011 1111 111001

Color Harmonies of #809DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DA1

Black with #809DA1

Text Example


Text Example

White with #809DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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