#7A98CD

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

Shades of Polo Blue #7A98CD

Tints of Polo Blue #7A98CD

Color information

#7A98CD (or 0x7A98CD) is unknown color: approx Polo Blue. HEX triplet: 7A, 98 and CD. RGB value is (122,152,205). Sum of RGB (Red+Green+Blue) = 122+152+205=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A98CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A98CD is #856732. Grayscale: #949494. Windows color (decimal): -8742707 or 13473914. OLE color: 13473914.

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

Color convert

RGB122152205-
CMYK0.400.2600.20
HSL218.31º45.36%64.12%-
HSV(B)218.31º40.49%80.39%-
XYZ30.273162.15-
YUV149.07159.56108.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.47%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=25.47%
G=31.73%
B=42.80%

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
Decimal1221522050.400.2600.20218.3145.3664.12
Hex7A98CD281A014da2d40
Octal172230315503202433255100
Binary1111010100110001100110110100011010010100110110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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