Html Css Color HEX #7AA2CC Polo Blue

📋 copy color: '#7AA2CC'

red 122 ◦ green 162 ◦ blue 204

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

Shades of Polo Blue #7AA2CC

Tints of Polo Blue #7AA2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.2%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 25%
G = 33.2%
B = 41.8%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7AA2CC (or 0x7AA2CC) is known color: Polo Blue. HEX triplet: 7A, A2 and CC. RGB value is (122,162,204). Sum of RGB (Red+Green+Blue) = 122+162+204=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AA2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA2CC is #855D33. Grayscale: #9A9A9A. Windows color (decimal): -8740148 or 13410938. OLE color: 13410938.

HSL color Cylindrical-coordinate representation of color #7AA2CC: hue angle of 210.73º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AA2CC is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 162 204 -
CMYK 0.40 0.21 0 0.2
HSL 210.73º 0.45% 0.64% -
HSV(B) 210.73º 0.4% 0.8% -
XYZ 31.85 34.34 62.08 -
YUV 154.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 122 162 204 0.40 0.21 0 0.2 210.73 0.45 0.64
Hex 7A A2 CC 28 15 0 14 D3 2D 40
Octal 172 242 314 50 25 0 24 323 55 100
Binary 1111010 10100010 11001100 101000 10101 0 10100 11010011 101101 1000000

Color Harmonies of #7AA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA2CC

Black with #7AA2CC

Text Example


Text Example

White with #7AA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,162,204); }

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

background-color css

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

 a { background-color: rgb(122,162,204); }

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

border-color css

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

 span { border-color: rgb(122,162,204); }

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