Html Css Color HEX #7A9ACE Polo Blue

📋 copy color: '#7A9ACE'

red 122 ◦ green 154 ◦ blue 206

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

Shades of Polo Blue #7A9ACE

Tints of Polo Blue #7A9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.95%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 25.31%
G = 31.95%
B = 42.74%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A9ACE (or 0x7A9ACE) is known color: Polo Blue. HEX triplet: 7A, 9A and CE. RGB value is (122,154,206). Sum of RGB (Red+Green+Blue) = 122+154+206=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A9ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ACE is #856531. Grayscale: #969696. Windows color (decimal): -8742194 or 13539962. OLE color: 13539962.

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

Color convert

RGB 122 154 206 -
CMYK 0.41 0.25 0 0.19
HSL 217.14º 0.46% 0.64% -
HSV(B) 217.14º 0.41% 0.81% -
XYZ 30.72 31.71 62.89 -
YUV 150.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 122 154 206 0.41 0.25 0 0.19 217.14 0.46 0.64
Hex 7A 9A CE 29 19 0 13 D9 2E 40
Octal 172 232 316 51 31 0 23 331 56 100
Binary 1111010 10011010 11001110 101001 11001 0 10011 11011001 101110 1000000

Color Harmonies of #7A9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9ACE

Black with #7A9ACE

Text Example


Text Example

White with #7A9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,154,206); }

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

background-color css

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

 a { background-color: rgb(122,154,206); }

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

border-color css

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

 span { border-color: rgb(122,154,206); }

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