Html Css Color HEX #799FA9 Ziggurat

📋 copy color: '#799FA9'

red 121 ◦ green 159 ◦ blue 169

#799FA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #799FA9

Tints of Ziggurat #799FA9

RGB

 RED value IS 121 (47.66% from 255) = 26.95%

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 169 (66.41% from 255) = 37.64%

R = 26.95%
G = 35.41%
B = 37.64%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#799FA9 (or 0x799FA9) is known color: Ziggurat. HEX triplet: 79, 9F and A9. RGB value is (121,159,169). Sum of RGB (Red+Green+Blue) = 121+159+169=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 169 - color contains mainly: blue. Hex color #799FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FA9 is #866056. Grayscale: #949494. Windows color (decimal): -8806487 or 11116409. OLE color: 11116409.

HSL color Cylindrical-coordinate representation of color #799FA9: hue angle of 192.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #799FA9 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 121 159 169 -
CMYK 0.28 0.06 0 0.34
HSL 192.5º 0.22% 0.57% -
HSV(B) 192.5º 0.28% 0.66% -
XYZ 27.44 31.73 42.21 -
YUV 148.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 121 159 169 0.28 0.06 0 0.34 192.5 0.22 0.57
Hex 79 9F A9 1C 6 0 22 C0 16 39
Octal 171 237 251 34 6 0 42 300 26 71
Binary 1111001 10011111 10101001 11100 110 0 100010 11000000 10110 111001

Color Harmonies of #799FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FA9

Black with #799FA9

Text Example


Text Example

White with #799FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #799FA9;
 }
 .AnyTagClassName
 {
   color: #799FA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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