Html Css Color HEX #799EA7 Ziggurat

📋 copy color: '#799EA7'

red 121 ◦ green 158 ◦ blue 167

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

Shades of Ziggurat #799EA7

Tints of Ziggurat #799EA7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.43%

 BLUE value IS 167 (65.63% from 255) = 37.44%

R = 27.13%
G = 35.43%
B = 37.44%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#799EA7 (or 0x799EA7) is known color: Ziggurat. HEX triplet: 79, 9E and A7. RGB value is (121,158,167). Sum of RGB (Red+Green+Blue) = 121+158+167=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 167 - color contains mainly: blue. Hex color #799EA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EA7 is #866158. Grayscale: #939393. Windows color (decimal): -8806745 or 10985081. OLE color: 10985081.

HSL color Cylindrical-coordinate representation of color #799EA7: hue angle of 191.74º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #799EA7 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 158 167 -
CMYK 0.28 0.05 0 0.35
HSL 191.74º 0.21% 0.56% -
HSV(B) 191.74º 0.28% 0.65% -
XYZ 27.09 31.31 41.17 -
YUV 147.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 121 158 167 0.28 0.05 0 0.35 191.74 0.21 0.56
Hex 79 9E A7 1C 5 0 23 C0 15 38
Octal 171 236 247 34 5 0 43 300 25 70
Binary 1111001 10011110 10100111 11100 101 0 100011 11000000 10101 111000

Color Harmonies of #799EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EA7

Black with #799EA7

Text Example


Text Example

White with #799EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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