#799EA2

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

Shades of Ziggurat #799EA2

Tints of Ziggurat #799EA2

Color information

#799EA2 (or 0x799EA2) is unknown color: approx Ziggurat. HEX triplet: 79, 9E and A2. RGB value is (121,158,162). Sum of RGB (Red+Green+Blue) = 121+158+162=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 162 - color contains mainly: blue. Hex color #799EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EA2 is #86615D. Grayscale: #939393. Windows color (decimal): -8806750 or 10657401. OLE color: 10657401.

HSL color Cylindrical-coordinate representation of color #799EA2: hue angle of 185.85º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #799EA2 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121158162-
CMYK0.250.0200.36
HSL185.85º18.06%55.49%-
HSV(B)185.85º25.31%63.53%-
XYZ26.6331.1338.79-
YUV147.39136.24109.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=27.44%
G=35.83%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211581620.250.0200.36185.8518.0655.49
Hex799EA2192024ba1237
Octal1712362423120442722267
Binary11110011001111010100010110011001001001011101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799EA2; }

 p { color: rgb(121,158,162); }

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

<style>
 a { background-color: #799EA2; }

 a { background-color: rgb(121,158,162); }

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

<style>
 span { border-color: #799EA2; }

 span { border-color: rgb(121,158,162); }

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