Html Css Color HEX #7A9ECC Polo Blue

📋 copy color: '#7A9ECC'

red 122 ◦ green 158 ◦ blue 204

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

Shades of Polo Blue #7A9ECC

Tints of Polo Blue #7A9ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.64%

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

R = 25.21%
G = 32.64%
B = 42.15%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A9ECC (or 0x7A9ECC) is known color: Polo Blue. HEX triplet: 7A, 9E and CC. RGB value is (122,158,204). Sum of RGB (Red+Green+Blue) = 122+158+204=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ECC is #856133. Grayscale: #989898. Windows color (decimal): -8741172 or 13409914. OLE color: 13409914.

HSL color Cylindrical-coordinate representation of color #7A9ECC: hue angle of 213.66º 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 #7A9ECC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 158 204 -
CMYK 0.40 0.23 0 0.2
HSL 213.66º 0.45% 0.64% -
HSV(B) 213.66º 0.4% 0.8% -
XYZ 31.15 32.95 61.85 -
YUV 152.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 122 158 204 0.40 0.23 0 0.2 213.66 0.45 0.64
Hex 7A 9E CC 28 17 0 14 D6 2D 40
Octal 172 236 314 50 27 0 24 326 55 100
Binary 1111010 10011110 11001100 101000 10111 0 10100 11010110 101101 1000000

Color Harmonies of #7A9ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9ECC

Black with #7A9ECC

Text Example


Text Example

White with #7A9ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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