#7E98CD

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

Shades of Polo Blue #7E98CD

Tints of Polo Blue #7E98CD

Color information

#7E98CD (or 0x7E98CD) is unknown color: approx Polo Blue. HEX triplet: 7E, 98 and CD. RGB value is (126,152,205). Sum of RGB (Red+Green+Blue) = 126+152+205=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E98CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E98CD is #816732. Grayscale: #969696. Windows color (decimal): -8480563 or 13473918. OLE color: 13473918.

HSL color Cylindrical-coordinate representation of color #7E98CD: hue angle of 220.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E98CD is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126152205-
CMYK0.390.2600.20
HSL220.25º44.13%64.9%-
HSV(B)220.25º38.54%80.39%-
XYZ30.8531.362.17-
YUV150.27158.89110.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=26.09%
G=31.47%
B=42.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261522050.390.2600.20220.2544.1364.9
Hex7E98CD271A014dc2c41
Octal176230315473202433454101
Binary1111110100110001100110110011111010010100110111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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