#7E98CC

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

Shades of Polo Blue #7E98CC

Tints of Polo Blue #7E98CC

Color information

#7E98CC (or 0x7E98CC) is unknown color: approx Polo Blue. HEX triplet: 7E, 98 and CC. RGB value is (126,152,204). Sum of RGB (Red+Green+Blue) = 126+152+204=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E98CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E98CC is #816733. Grayscale: #959595. Windows color (decimal): -8480564 or 13408382. OLE color: 13408382.

HSL color Cylindrical-coordinate representation of color #7E98CC: hue angle of 220º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E98CC is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB126152204-
CMYK0.380.2500.2
HSL220º43.33%64.71%-
HSV(B)220º38.24%80%-
XYZ30.7331.2561.54-
YUV150.15158.39110.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.14%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=26.14%
G=31.54%
B=42.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1261522040.380.2500.222043.3364.71
Hex7E98CC2619014dc2b41
Octal176230314463102433453101
Binary1111110100110001100110010011011001010100110111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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