Html Css Color HEX #79A5B2 Ziggurat

📋 copy color: '#79A5B2'

red 121 ◦ green 165 ◦ blue 178

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

Shades of Ziggurat #79A5B2

Tints of Ziggurat #79A5B2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

 BLUE value IS 178 (69.92% from 255) = 38.36%

R = 26.08%
G = 35.56%
B = 38.36%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#79A5B2 (or 0x79A5B2) is known color: Ziggurat. HEX triplet: 79, A5 and B2. RGB value is (121,165,178). Sum of RGB (Red+Green+Blue) = 121+165+178=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 178 - color contains mainly: blue. Hex color #79A5B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A5B2 is #865A4D. Grayscale: #999999. Windows color (decimal): -8804942 or 11707769. OLE color: 11707769.

HSL color Cylindrical-coordinate representation of color #79A5B2: hue angle of 193.68º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79A5B2 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 165 178 -
CMYK 0.32 0.07 0 0.30
HSL 193.68º 0.27% 0.59% -
HSV(B) 193.68º 0.32% 0.7% -
XYZ 29.38 34.19 47.17 -
YUV 153.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 121 165 178 0.32 0.07 0 0.30 193.68 0.27 0.59
Hex 79 A5 B2 20 7 0 1E C2 1B 3B
Octal 171 245 262 40 7 0 36 302 33 73
Binary 1111001 10100101 10110010 100000 111 0 11110 11000010 11011 111011

Color Harmonies of #79A5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A5B2

Black with #79A5B2

Text Example


Text Example

White with #79A5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A5B2; }

 p { color: rgb(121,165,178); }

 H1.HeaderClassName
 {
   color: #79A5B2;
 }
 .AnyTagClassName
 {
   color: #79A5B2;
 }
</style>

background-color css

<style>
 a { background-color: #79A5B2; }

 a { background-color: rgb(121,165,178); }

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

border-color css

<style>
 span { border-color: #79A5B2; }

 span { border-color: rgb(121,165,178); }

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