#7A99CA

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

Shades of Polo Blue #7A99CA

Tints of Polo Blue #7A99CA

Color information

#7A99CA (or 0x7A99CA) is unknown color: approx Polo Blue. HEX triplet: 7A, 99 and CA. RGB value is (122,153,202). Sum of RGB (Red+Green+Blue) = 122+153+202=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A99CA is #856635. Grayscale: #959595. Windows color (decimal): -8742454 or 13277562. OLE color: 13277562.

HSL color Cylindrical-coordinate representation of color #7A99CA: hue angle of 216.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A99CA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122153202-
CMYK0.400.2400.21
HSL216.75º43.01%63.53%-
HSV(B)216.75º39.6%79.22%-
XYZ30.0831.1860.31-
YUV149.32157.73108.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=25.58%
G=32.08%
B=42.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221532020.400.2400.21216.7543.0163.53
Hex7A99CA2818015d92b40
Octal172231312503002533153100
Binary1111010100110011100101010100011000010101110110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,153,202); }

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

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

 a { background-color: rgb(122,153,202); }

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

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

 span { border-color: rgb(122,153,202); }

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