Html Css Color HEX #7A9ACD Polo Blue

📋 copy color: '#7A9ACD'

red 122 ◦ green 154 ◦ blue 205

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

Shades of Polo Blue #7A9ACD

Tints of Polo Blue #7A9ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 25.36%
G = 32.02%
B = 42.62%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A9ACD (or 0x7A9ACD) is known color: Polo Blue. HEX triplet: 7A, 9A and CD. RGB value is (122,154,205). Sum of RGB (Red+Green+Blue) = 122+154+205=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ACD is #856532. Grayscale: #969696. Windows color (decimal): -8742195 or 13474426. OLE color: 13474426.

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

Color convert

RGB 122 154 205 -
CMYK 0.40 0.25 0 0.20
HSL 216.87º 0.45% 0.64% -
HSV(B) 216.87º 0.4% 0.8% -
XYZ 30.6 31.66 62.26 -
YUV 150.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 122 154 205 0.40 0.25 0 0.20 216.87 0.45 0.64
Hex 7A 9A CD 28 19 0 14 D9 2D 40
Octal 172 232 315 50 31 0 24 331 55 100
Binary 1111010 10011010 11001101 101000 11001 0 10100 11011001 101101 1000000

Color Harmonies of #7A9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9ACD

Black with #7A9ACD

Text Example


Text Example

White with #7A9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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