Html Css Color HEX #7AA0BE Polo Blue

📋 copy color: '#7AA0BE'

red 122 ◦ green 160 ◦ blue 190

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

Shades of Polo Blue #7AA0BE

Tints of Polo Blue #7AA0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 25.85%
G = 33.9%
B = 40.25%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7AA0BE (or 0x7AA0BE) is known color: Polo Blue. HEX triplet: 7A, A0 and BE. RGB value is (122,160,190). Sum of RGB (Red+Green+Blue) = 122+160+190=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #7AA0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0BE is #855F41. Grayscale: #979797. Windows color (decimal): -8740674 or 12492922. OLE color: 12492922.

HSL color Cylindrical-coordinate representation of color #7AA0BE: hue angle of 206.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AA0BE is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 160 190 -
CMYK 0.36 0.16 0 0.25
HSL 206.47º 0.34% 0.61% -
HSV(B) 206.47º 0.36% 0.75% -
XYZ 29.89 33 53.51 -
YUV 152.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 122 160 190 0.36 0.16 0 0.25 206.47 0.34 0.61
Hex 7A A0 BE 24 10 0 19 CE 22 3D
Octal 172 240 276 44 20 0 31 316 42 75
Binary 1111010 10100000 10111110 100100 10000 0 11001 11001110 100010 111101

Color Harmonies of #7AA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA0BE

Black with #7AA0BE

Text Example


Text Example

White with #7AA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,160,190); }

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

background-color css

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

 a { background-color: rgb(122,160,190); }

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

border-color css

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

 span { border-color: rgb(122,160,190); }

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