#809DA2

Color #809DA2 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #809DA2

Tints of Ziggurat #809DA2

Color information

#809DA2 (or 0x809DA2) is unknown color: approx Ziggurat. HEX triplet: 80, 9D and A2. RGB value is (128,157,162). Sum of RGB (Red+Green+Blue) = 128+157+162=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 162 - color contains mainly: blue. Hex color #809DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809DA2 is #7F625D. Grayscale: #949494. Windows color (decimal): -8348254 or 10657152. OLE color: 10657152.

HSL color Cylindrical-coordinate representation of color #809DA2: hue angle of 188.82º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #809DA2 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128157162-
CMYK0.210.0300.36
HSL188.82º15.45%56.86%-
HSV(B)188.82º20.99%63.53%-
XYZ27.4831.3138.78-
YUV148.9135.39113.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 162 (63.67% from 255) = 36.24%
R=28.64%
G=35.12%
B=36.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281571620.210.0300.36188.8215.4556.86
Hex809DA2153024bdf39
Octal2002352422530442751771
Binary10000000100111011010001010101110100100101111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #809DA2;
 }
 .AnyTagClassName
 {
   color: #809DA2;
 }
</style>
background-color css

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

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

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

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

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

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