#7A97CD

Color #7A97CD Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #7A97CD

Tints of Polo Blue #7A97CD

Color information

#7A97CD (or 0x7A97CD) is unknown color: approx Polo Blue. HEX triplet: 7A, 97 and CD. RGB value is (122,151,205). Sum of RGB (Red+Green+Blue) = 122+151+205=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A97CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A97CD is #856832. Grayscale: #949494. Windows color (decimal): -8742963 or 13473658. OLE color: 13473658.

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

Color convert

RGB122151205-
CMYK0.400.2600.20
HSL219.04º45.36%64.12%-
HSV(B)219.04º40.49%80.39%-
XYZ30.1130.6862.09-
YUV148.49159.89109.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=25.52%
G=31.59%
B=42.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221512050.400.2600.20219.0445.3664.12
Hex7A97CD281A014db2d40
Octal172227315503202433355100
Binary1111010100101111100110110100011010010100110110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A97CD;
 }
 .AnyTagClassName
 {
   color: #7A97CD;
 }
</style>
background-color css

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

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

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

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

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

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