Html Css Color HEX #7AA5CE Polo Blue

📋 copy color: '#7AA5CE'

red 122 ◦ green 165 ◦ blue 206

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

Shades of Polo Blue #7AA5CE

Tints of Polo Blue #7AA5CE

RGB

 RED value IS 122 (48.05% from 255) = 24.75%

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 24.75%
G = 33.47%
B = 41.78%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7AA5CE (or 0x7AA5CE) is known color: Polo Blue. HEX triplet: 7A, A5 and CE. RGB value is (122,165,206). Sum of RGB (Red+Green+Blue) = 122+165+206=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AA5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA5CE is #855A31. Grayscale: #9C9C9C. Windows color (decimal): -8739378 or 13542778. OLE color: 13542778.

HSL color Cylindrical-coordinate representation of color #7AA5CE: hue angle of 209.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AA5CE is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 165 206 -
CMYK 0.41 0.20 0 0.19
HSL 209.29º 0.46% 0.64% -
HSV(B) 209.29º 0.41% 0.81% -
XYZ 32.62 35.5 63.53 -
YUV 156.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 122 165 206 0.41 0.20 0 0.19 209.29 0.46 0.64
Hex 7A A5 CE 29 14 0 13 D1 2E 40
Octal 172 245 316 51 24 0 23 321 56 100
Binary 1111010 10100101 11001110 101001 10100 0 10011 11010001 101110 1000000

Color Harmonies of #7AA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA5CE

Black with #7AA5CE

Text Example


Text Example

White with #7AA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AA5CE; }

 p { color: rgb(122,165,206); }

 H1.HeaderClassName
 {
   color: #7AA5CE;
 }
 .AnyTagClassName
 {
   color: #7AA5CE;
 }
</style>

background-color css

<style>
 a { background-color: #7AA5CE; }

 a { background-color: rgb(122,165,206); }

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

border-color css

<style>
 span { border-color: #7AA5CE; }

 span { border-color: rgb(122,165,206); }

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