#799BA2

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

Shades of Ziggurat #799BA2

Tints of Ziggurat #799BA2

Color information

#799BA2 (or 0x799BA2) is unknown color: approx Ziggurat. HEX triplet: 79, 9B and A2. RGB value is (121,155,162). Sum of RGB (Red+Green+Blue) = 121+155+162=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 162 - color contains mainly: blue. Hex color #799BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799BA2 is #86645D. Grayscale: #919191. Windows color (decimal): -8807518 or 10656633. OLE color: 10656633.

HSL color Cylindrical-coordinate representation of color #799BA2: hue angle of 190.24º 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 #799BA2 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121155162-
CMYK0.250.0400.36
HSL190.24º18.06%55.49%-
HSV(B)190.24º25.31%63.53%-
XYZ26.1330.1238.62-
YUV145.63137.24110.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.63%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 162 (63.67% from 255) = 36.99%
R=27.63%
G=35.39%
B=36.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211551620.250.0400.36190.2418.0655.49
Hex799BA2194024be1237
Octal1712332423140442762267
Binary111100110011011101000101100110001001001011111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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