Html Css Color HEX #7A9EC9 Polo Blue

📋 copy color: '#7A9EC9'

red 122 ◦ green 158 ◦ blue 201

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

Shades of Polo Blue #7A9EC9

Tints of Polo Blue #7A9EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 25.36%
G = 32.85%
B = 41.79%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A9EC9 (or 0x7A9EC9) is known color: Polo Blue. HEX triplet: 7A, 9E and C9. RGB value is (122,158,201). Sum of RGB (Red+Green+Blue) = 122+158+201=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A9EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9EC9 is #856136. Grayscale: #979797. Windows color (decimal): -8741175 or 13213306. OLE color: 13213306.

HSL color Cylindrical-coordinate representation of color #7A9EC9: hue angle of 212.66º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A9EC9 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 158 201 -
CMYK 0.39 0.21 0 0.21
HSL 212.66º 0.42% 0.63% -
HSV(B) 212.66º 0.39% 0.79% -
XYZ 30.8 32.81 59.97 -
YUV 152.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 122 158 201 0.39 0.21 0 0.21 212.66 0.42 0.63
Hex 7A 9E C9 27 15 0 15 D5 2A 3F
Octal 172 236 311 47 25 0 25 325 52 77
Binary 1111010 10011110 11001001 100111 10101 0 10101 11010101 101010 111111

Color Harmonies of #7A9EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9EC9

Black with #7A9EC9

Text Example


Text Example

White with #7A9EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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