Html Css Color HEX #79A4B3 Ziggurat

📋 copy color: '#79A4B3'

red 121 ◦ green 164 ◦ blue 179

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

Shades of Ziggurat #79A4B3

Tints of Ziggurat #79A4B3

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.34%

 BLUE value IS 179 (70.31% from 255) = 38.58%

R = 26.08%
G = 35.34%
B = 38.58%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#79A4B3 (or 0x79A4B3) is known color: Ziggurat. HEX triplet: 79, A4 and B3. RGB value is (121,164,179). Sum of RGB (Red+Green+Blue) = 121+164+179=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #79A4B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A4B3 is #865B4C. Grayscale: #989898. Windows color (decimal): -8805197 or 11773049. OLE color: 11773049.

HSL color Cylindrical-coordinate representation of color #79A4B3: hue angle of 195.52º degrees, saturation: 0.28, 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 #79A4B3 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 164 179 -
CMYK 0.32 0.08 0 0.30
HSL 195.52º 0.28% 0.59% -
HSV(B) 195.52º 0.32% 0.7% -
XYZ 29.3 33.87 47.64 -
YUV 152.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 121 164 179 0.32 0.08 0 0.30 195.52 0.28 0.59
Hex 79 A4 B3 20 8 0 1E C4 1C 3B
Octal 171 244 263 40 10 0 36 304 34 73
Binary 1111001 10100100 10110011 100000 1000 0 11110 11000100 11100 111011

Color Harmonies of #79A4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A4B3

Black with #79A4B3

Text Example


Text Example

White with #79A4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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