#7C98CE

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

Shades of Polo Blue #7C98CE

Tints of Polo Blue #7C98CE

Color information

#7C98CE (or 0x7C98CE) is unknown color: approx Polo Blue. HEX triplet: 7C, 98 and CE. RGB value is (124,152,206). Sum of RGB (Red+Green+Blue) = 124+152+206=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C98CE is #836731. Grayscale: #959595. Windows color (decimal): -8611634 or 13539452. OLE color: 13539452.

HSL color Cylindrical-coordinate representation of color #7C98CE: hue angle of 219.51º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C98CE is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124152206-
CMYK0.400.2600.19
HSL219.51º45.56%64.71%-
HSV(B)219.51º39.81%80.78%-
XYZ30.6831.262.8-
YUV149.78159.72109.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.73%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=25.73%
G=31.54%
B=42.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241522060.400.2600.19219.5145.5664.71
Hex7C98CE281A013dc2e41
Octal174230316503202333456101
Binary1111100100110001100111010100011010010011110111001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,152,206); }

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

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

 a { background-color: rgb(124,152,206); }

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

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

 span { border-color: rgb(124,152,206); }

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