#7998CC

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

Shades of Polo Blue #7998CC

Tints of Polo Blue #7998CC

Color information

#7998CC (or 0x7998CC) is unknown color: approx Polo Blue. HEX triplet: 79, 98 and CC. RGB value is (121,152,204). Sum of RGB (Red+Green+Blue) = 121+152+204=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #7998CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998CC is #866733. Grayscale: #949494. Windows color (decimal): -8808244 or 13408377. OLE color: 13408377.

HSL color Cylindrical-coordinate representation of color #7998CC: hue angle of 217.59º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7998CC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121152204-
CMYK0.410.2500.2
HSL217.59º44.86%63.73%-
HSV(B)217.59º40.69%80%-
XYZ30.0130.8861.51-
YUV148.66159.23108.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.37%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=25.37%
G=31.87%
B=42.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211522040.410.2500.2217.5944.8663.73
Hex7998CC2919014da2d40
Octal171230314513102433255100
Binary1111001100110001100110010100111001010100110110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7998CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7998CC; }

 p { color: rgb(121,152,204); }

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

<style>
 a { background-color: #7998CC; }

 a { background-color: rgb(121,152,204); }

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

<style>
 span { border-color: #7998CC; }

 span { border-color: rgb(121,152,204); }

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