Html Css Color HEX #7A9DCD Polo Blue

📋 copy color: '#7A9DCD'

red 122 ◦ green 157 ◦ blue 205

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

Shades of Polo Blue #7A9DCD

Tints of Polo Blue #7A9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

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

R = 25.21%
G = 32.44%
B = 42.36%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A9DCD (or 0x7A9DCD) is known color: Polo Blue. HEX triplet: 7A, 9D and CD. RGB value is (122,157,205). Sum of RGB (Red+Green+Blue) = 122+157+205=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9DCD is #856232. Grayscale: #979797. Windows color (decimal): -8741427 or 13475194. OLE color: 13475194.

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

Color convert

RGB 122 157 205 -
CMYK 0.40 0.23 0 0.20
HSL 214.7º 0.45% 0.64% -
HSV(B) 214.7º 0.4% 0.8% -
XYZ 31.1 32.66 62.42 -
YUV 152.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 122 157 205 0.40 0.23 0 0.20 214.7 0.45 0.64
Hex 7A 9D CD 28 17 0 14 D7 2D 40
Octal 172 235 315 50 27 0 24 327 55 100
Binary 1111010 10011101 11001101 101000 10111 0 10100 11010111 101101 1000000

Color Harmonies of #7A9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9DCD

Black with #7A9DCD

Text Example


Text Example

White with #7A9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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