#7988E4

Color #7988E4 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7988E4

Tints of Portage #7988E4

Color information

#7988E4 (or 0x7988E4) is unknown color: approx Portage. HEX triplet: 79, 88 and E4. RGB value is (121,136,228). Sum of RGB (Red+Green+Blue) = 121+136+228=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #7988E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988E4 is #86771B. Grayscale: #8D8D8D. Windows color (decimal): -8812316 or 14977145. OLE color: 14977145.

HSL color Cylindrical-coordinate representation of color #7988E4: hue angle of 231.59º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7988E4 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB121136228-
CMYK0.470.4000.11
HSL231.59º66.46%68.43%-
HSV(B)231.59º46.93%89.41%-
XYZ30.6927.2777.05-
YUV142176.53113.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 228 (89.45% from 255) = 47.01%
R=24.95%
G=28.04%
B=47.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1211362280.470.4000.11231.5966.4668.43
Hex7988E42F280Be84244
Octal1712103445750013350102104
Binary11110011000100011100100101111101000010111110100010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7988E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7988E4; }

 p { color: rgb(121,136,228); }

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

<style>
 a { background-color: #7988E4; }

 a { background-color: rgb(121,136,228); }

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

<style>
 span { border-color: #7988E4; }

 span { border-color: rgb(121,136,228); }

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