#7888E4

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

Shades of Portage #7888E4

Tints of Portage #7888E4

Color information

#7888E4 (or 0x7888E4) is unknown color: approx Portage. HEX triplet: 78, 88 and E4. RGB value is (120,136,228). Sum of RGB (Red+Green+Blue) = 120+136+228=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #7888E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888E4 is #87771B. Grayscale: #8D8D8D. Windows color (decimal): -8877852 or 14977144. OLE color: 14977144.

HSL color Cylindrical-coordinate representation of color #7888E4: hue angle of 231.11º degrees, saturation: 0.67, 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 #7888E4 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB120136228-
CMYK0.470.4000.11
HSL231.11º66.67%68.24%-
HSV(B)231.11º47.37%89.41%-
XYZ30.5527.277.04-
YUV141.7176.7112.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.79%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 228 (89.45% from 255) = 47.11%
R=24.79%
G=28.10%
B=47.11%

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
Decimal1201362280.470.4000.11231.1166.6768.24
Hex7888E42F280Be74344
Octal1702103445750013347103104
Binary11110001000100011100100101111101000010111110011110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7888E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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