Html Css Color HEX #79A3CF Polo Blue

📋 copy color: '#79A3CF'

red 121 ◦ green 163 ◦ blue 207

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

Shades of Polo Blue #79A3CF

Tints of Polo Blue #79A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.2%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 24.64%
G = 33.2%
B = 42.16%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#79A3CF (or 0x79A3CF) is known color: Polo Blue. HEX triplet: 79, A3 and CF. RGB value is (121,163,207). Sum of RGB (Red+Green+Blue) = 121+163+207=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #79A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3CF is #865C30. Grayscale: #9B9B9B. Windows color (decimal): -8805425 or 13607801. OLE color: 13607801.

HSL color Cylindrical-coordinate representation of color #79A3CF: hue angle of 210.7º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79A3CF is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 163 207 -
CMYK 0.42 0.21 0 0.19
HSL 210.7º 0.47% 0.64% -
HSV(B) 210.7º 0.42% 0.81% -
XYZ 32.24 34.76 64.04 -
YUV 155.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 121 163 207 0.42 0.21 0 0.19 210.7 0.47 0.64
Hex 79 A3 CF 2A 15 0 13 D3 2F 40
Octal 171 243 317 52 25 0 23 323 57 100
Binary 1111001 10100011 11001111 101010 10101 0 10011 11010011 101111 1000000

Color Harmonies of #79A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A3CF

Black with #79A3CF

Text Example


Text Example

White with #79A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,163,207); }

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

background-color css

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

 a { background-color: rgb(121,163,207); }

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

border-color css

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

 span { border-color: rgb(121,163,207); }

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