Html Css Color HEX #7A9BCD Polo Blue

📋 copy color: '#7A9BCD'

red 122 ◦ green 155 ◦ blue 205

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

Shades of Polo Blue #7A9BCD

Tints of Polo Blue #7A9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.16%

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

R = 25.31%
G = 32.16%
B = 42.53%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A9BCD (or 0x7A9BCD) is known color: Polo Blue. HEX triplet: 7A, 9B and CD. RGB value is (122,155,205). Sum of RGB (Red+Green+Blue) = 122+155+205=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A9BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BCD is #856432. Grayscale: #969696. Windows color (decimal): -8741939 or 13474682. OLE color: 13474682.

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

Color convert

RGB 122 155 205 -
CMYK 0.40 0.24 0 0.20
HSL 216.14º 0.45% 0.64% -
HSV(B) 216.14º 0.4% 0.8% -
XYZ 30.77 31.99 62.31 -
YUV 150.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 122 155 205 0.40 0.24 0 0.20 216.14 0.45 0.64
Hex 7A 9B CD 28 18 0 14 D8 2D 40
Octal 172 233 315 50 30 0 24 330 55 100
Binary 1111010 10011011 11001101 101000 11000 0 10100 11011000 101101 1000000

Color Harmonies of #7A9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9BCD

Black with #7A9BCD

Text Example


Text Example

White with #7A9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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