Html Css Color HEX #79A1C5 Polo Blue

📋 copy color: '#79A1C5'

red 121 ◦ green 161 ◦ blue 197

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

Shades of Polo Blue #79A1C5

Tints of Polo Blue #79A1C5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 197 (77.34% from 255) = 41.13%

R = 25.26%
G = 33.61%
B = 41.13%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#79A1C5 (or 0x79A1C5) is known color: Polo Blue. HEX triplet: 79, A1 and C5. RGB value is (121,161,197). Sum of RGB (Red+Green+Blue) = 121+161+197=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 197 - color contains mainly: blue. Hex color #79A1C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1C5 is #865E3A. Grayscale: #989898. Windows color (decimal): -8805947 or 12951929. OLE color: 12951929.

HSL color Cylindrical-coordinate representation of color #79A1C5: hue angle of 208.42º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79A1C5 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 121 161 197 -
CMYK 0.39 0.18 0 0.23
HSL 208.42º 0.4% 0.62% -
HSV(B) 208.42º 0.39% 0.77% -
XYZ 30.71 33.59 57.69 -
YUV 153.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 121 161 197 0.39 0.18 0 0.23 208.42 0.4 0.62
Hex 79 A1 C5 27 12 0 17 D0 28 3E
Octal 171 241 305 47 22 0 27 320 50 76
Binary 1111001 10100001 11000101 100111 10010 0 10111 11010000 101000 111110

Color Harmonies of #79A1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A1C5

Black with #79A1C5

Text Example


Text Example

White with #79A1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,161,197); }

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

background-color css

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

 a { background-color: rgb(121,161,197); }

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

border-color css

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

 span { border-color: rgb(121,161,197); }

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