#7E98C9

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

Shades of Polo Blue #7E98C9

Tints of Polo Blue #7E98C9

Color information

#7E98C9 (or 0x7E98C9) is unknown color: approx Polo Blue. HEX triplet: 7E, 98 and C9. RGB value is (126,152,201). Sum of RGB (Red+Green+Blue) = 126+152+201=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #7E98C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E98C9 is #816736. Grayscale: #959595. Windows color (decimal): -8480567 or 13211774. OLE color: 13211774.

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

Color convert

RGB126152201-
CMYK0.370.2400.21
HSL219.2º40.98%64.12%-
HSV(B)219.2º37.31%78.82%-
XYZ30.3831.1159.66-
YUV149.81156.89111.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.30%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=26.30%
G=31.73%
B=41.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261522010.370.2400.21219.240.9864.12
Hex7E98C92518015db2940
Octal176230311453002533351100
Binary1111110100110001100100110010111000010101110110111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E98C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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