Html Css Color HEX #79A0C8 Polo Blue

📋 copy color: '#79A0C8'

red 121 ◦ green 160 ◦ blue 200

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

Shades of Polo Blue #79A0C8

Tints of Polo Blue #79A0C8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.26%

 BLUE value IS 200 (78.52% from 255) = 41.58%

R = 25.16%
G = 33.26%
B = 41.58%

CMYK

 C value IS 0.39

 M value IS 0.2

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#79A0C8 (or 0x79A0C8) is known color: Polo Blue. HEX triplet: 79, A0 and C8. RGB value is (121,160,200). Sum of RGB (Red+Green+Blue) = 121+160+200=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #79A0C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A0C8 is #865F37. Grayscale: #989898. Windows color (decimal): -8806200 or 13148281. OLE color: 13148281.

HSL color Cylindrical-coordinate representation of color #79A0C8: hue angle of 210.38º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79A0C8 is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 160 200 -
CMYK 0.39 0.2 0 0.22
HSL 210.38º 0.42% 0.63% -
HSV(B) 210.38º 0.4% 0.78% -
XYZ 30.88 33.38 59.46 -
YUV 152.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 121 160 200 0.39 0.2 0 0.22 210.38 0.42 0.63
Hex 79 A0 C8 27 14 0 16 D2 2A 3F
Octal 171 240 310 47 24 0 26 322 52 77
Binary 1111001 10100000 11001000 100111 10100 0 10110 11010010 101010 111111

Color Harmonies of #79A0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A0C8

Black with #79A0C8

Text Example


Text Example

White with #79A0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,160,200); }

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

background-color css

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

 a { background-color: rgb(121,160,200); }

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

border-color css

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

 span { border-color: rgb(121,160,200); }

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