#799DA4

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

Shades of Ziggurat #799DA4

Tints of Ziggurat #799DA4

Color information

#799DA4 (or 0x799DA4) is unknown color: approx Ziggurat. HEX triplet: 79, 9D and A4. RGB value is (121,157,164). Sum of RGB (Red+Green+Blue) = 121+157+164=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 164 - color contains mainly: blue. Hex color #799DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799DA4 is #86625B. Grayscale: #929292. Windows color (decimal): -8807004 or 10788217. OLE color: 10788217.

HSL color Cylindrical-coordinate representation of color #799DA4: hue angle of 189.77º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #799DA4 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121157164-
CMYK0.260.0400.36
HSL189.77º19.11%55.88%-
HSV(B)189.77º26.22%64.31%-
XYZ26.6430.8639.67-
YUV147.03137.57109.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.38%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 164 (64.45% from 255) = 37.10%
R=27.38%
G=35.52%
B=37.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211571640.260.0400.36189.7719.1155.88
Hex799DA41A4024be1338
Octal1712352443240442762370
Binary111100110011101101001001101010001001001011111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,164); }

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

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

 a { background-color: rgb(121,157,164); }

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

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

 span { border-color: rgb(121,157,164); }

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