Html Css Color HEX #7AA0CF Polo Blue

📋 copy color: '#7AA0CF'

red 122 ◦ green 160 ◦ blue 207

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

Shades of Polo Blue #7AA0CF

Tints of Polo Blue #7AA0CF

RGB

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

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

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

R = 24.95%
G = 32.72%
B = 42.33%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7AA0CF (or 0x7AA0CF) is known color: Polo Blue. HEX triplet: 7A, A0 and CF. RGB value is (122,160,207). Sum of RGB (Red+Green+Blue) = 122+160+207=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #7AA0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0CF is #855F30. Grayscale: #999999. Windows color (decimal): -8740657 or 13607034. OLE color: 13607034.

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

Color convert

RGB 122 160 207 -
CMYK 0.41 0.23 0 0.19
HSL 213.18º 0.47% 0.65% -
HSV(B) 213.18º 0.41% 0.81% -
XYZ 31.86 33.78 63.87 -
YUV 154 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 122 160 207 0.41 0.23 0 0.19 213.18 0.47 0.65
Hex 7A A0 CF 29 17 0 13 D5 2F 41
Octal 172 240 317 51 27 0 23 325 57 101
Binary 1111010 10100000 11001111 101001 10111 0 10011 11010101 101111 1000001

Color Harmonies of #7AA0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA0CF

Black with #7AA0CF

Text Example


Text Example

White with #7AA0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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