#7E88DB

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

Shades of Portage #7E88DB

Tints of Portage #7E88DB

Color information

#7E88DB (or 0x7E88DB) is unknown color: approx Portage. HEX triplet: 7E, 88 and DB. RGB value is (126,136,219). Sum of RGB (Red+Green+Blue) = 126+136+219=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E88DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E88DB is #817724. Grayscale: #8E8E8E. Windows color (decimal): -8484645 or 14387326. OLE color: 14387326.

HSL color Cylindrical-coordinate representation of color #7E88DB: hue angle of 233.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E88DB is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126136219-
CMYK0.420.3800.14
HSL233.55º56.36%67.65%-
HSV(B)233.55º42.47%85.88%-
XYZ30.1927.1670.67-
YUV142.47171.19116.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.20%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=26.20%
G=28.27%
B=45.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261362190.420.3800.14233.5556.3667.65
Hex7E88DB2A260Eea3844
Octal176210333524601635270104
Binary1111110100010001101101110101010011001110111010101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E88DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,136,219); }

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

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

 a { background-color: rgb(126,136,219); }

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

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

 span { border-color: rgb(126,136,219); }

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