#7798CE

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

Shades of Polo Blue #7798CE

Tints of Polo Blue #7798CE

Color information

#7798CE (or 0x7798CE) is unknown color: approx Polo Blue. HEX triplet: 77, 98 and CE. RGB value is (119,152,206). Sum of RGB (Red+Green+Blue) = 119+152+206=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #7798CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798CE is #886731. Grayscale: #949494. Windows color (decimal): -8939314 or 13539447. OLE color: 13539447.

HSL color Cylindrical-coordinate representation of color #7798CE: hue angle of 217.24º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7798CE is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119152206-
CMYK0.420.2600.19
HSL217.24º47.03%63.73%-
HSV(B)217.24º42.23%80.78%-
XYZ29.9830.8362.76-
YUV148.29160.57107.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.95%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=24.95%
G=31.87%
B=43.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191522060.420.2600.19217.2447.0363.73
Hex7798CE2A1A013d92f40
Octal167230316523202333157100
Binary1110111100110001100111010101011010010011110110011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7798CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7798CE; }

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

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

<style>
 a { background-color: #7798CE; }

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

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

<style>
 span { border-color: #7798CE; }

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

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