Html Css Color HEX #7A9ECB Polo Blue

📋 copy color: '#7A9ECB'

red 122 ◦ green 158 ◦ blue 203

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

Shades of Polo Blue #7A9ECB

Tints of Polo Blue #7A9ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 25.26%
G = 32.71%
B = 42.03%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A9ECB (or 0x7A9ECB) is known color: Polo Blue. HEX triplet: 7A, 9E and CB. RGB value is (122,158,203). Sum of RGB (Red+Green+Blue) = 122+158+203=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A9ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ECB is #856134. Grayscale: #989898. Windows color (decimal): -8741173 or 13344378. OLE color: 13344378.

HSL color Cylindrical-coordinate representation of color #7A9ECB: hue angle of 213.33º degrees, saturation: 0.44, 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 #7A9ECB is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 158 203 -
CMYK 0.40 0.22 0 0.20
HSL 213.33º 0.44% 0.64% -
HSV(B) 213.33º 0.4% 0.8% -
XYZ 31.03 32.9 61.22 -
YUV 152.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 122 158 203 0.40 0.22 0 0.20 213.33 0.44 0.64
Hex 7A 9E CB 28 16 0 14 D5 2C 40
Octal 172 236 313 50 26 0 24 325 54 100
Binary 1111010 10011110 11001011 101000 10110 0 10100 11010101 101100 1000000

Color Harmonies of #7A9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9ECB

Black with #7A9ECB

Text Example


Text Example

White with #7A9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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