#7498C8

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

Shades of Polo Blue #7498C8

Tints of Polo Blue #7498C8

Color information

#7498C8 (or 0x7498C8) is unknown color: approx Polo Blue. HEX triplet: 74, 98 and C8. RGB value is (116,152,200). Sum of RGB (Red+Green+Blue) = 116+152+200=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #7498C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498C8 is #8B6737. Grayscale: #929292. Windows color (decimal): -9135928 or 13146228. OLE color: 13146228.

HSL color Cylindrical-coordinate representation of color #7498C8: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7498C8 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB116152200-
CMYK0.420.2400.22
HSL214.29º43.3%61.96%-
HSV(B)214.29º42%78.43%-
XYZ28.8630.3458.98-
YUV146.71158.07106.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.79%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=24.79%
G=32.48%
B=42.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161522000.420.2400.22214.2943.361.96
Hex7498C82A18016d62b3e
Octal16423031052300263265376
Binary111010010011000110010001010101100001011011010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7498C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7498C8; }

 p { color: rgb(116,152,200); }

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

<style>
 a { background-color: #7498C8; }

 a { background-color: rgb(116,152,200); }

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

<style>
 span { border-color: #7498C8; }

 span { border-color: rgb(116,152,200); }

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