#799FA4

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

Shades of Ziggurat #799FA4

Tints of Ziggurat #799FA4

Color information

#799FA4 (or 0x799FA4) is unknown color: approx Ziggurat. HEX triplet: 79, 9F and A4. RGB value is (121,159,164). Sum of RGB (Red+Green+Blue) = 121+159+164=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 164 - color contains mainly: blue. Hex color #799FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FA4 is #86605B. Grayscale: #949494. Windows color (decimal): -8806492 or 10788729. OLE color: 10788729.

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

Color convert

RGB121159164-
CMYK0.260.0300.36
HSL186.98º19.11%55.88%-
HSV(B)186.98º26.22%64.31%-
XYZ26.9831.5439.79-
YUV148.21136.91108.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.25%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=27.25%
G=35.81%
B=36.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211591640.260.0300.36186.9819.1155.88
Hex799FA41A3024bb1338
Octal1712372443230442732370
Binary11110011001111110100100110101101001001011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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