#7E8BDD

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

Shades of Portage #7E8BDD

Tints of Portage #7E8BDD

Color information

#7E8BDD (or 0x7E8BDD) is unknown color: approx Portage. HEX triplet: 7E, 8B and DD. RGB value is (126,139,221). Sum of RGB (Red+Green+Blue) = 126+139+221=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E8BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8BDD is #817422. Grayscale: #909090. Windows color (decimal): -8483875 or 14519166. OLE color: 14519166.

HSL color Cylindrical-coordinate representation of color #7E8BDD: hue angle of 231.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E8BDD is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126139221-
CMYK0.430.3700.13
HSL231.79º58.28%68.04%-
HSV(B)231.79º42.99%86.67%-
XYZ30.8928.1272.21-
YUV144.46171.19114.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.93%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=25.93%
G=28.60%
B=45.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261392210.430.3700.13231.7958.2868.04
Hex7E8BDD2B250De83a44
Octal176213335534501535072104
Binary1111110100010111101110110101110010101101111010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,139,221); }

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

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

 a { background-color: rgb(126,139,221); }

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

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

 span { border-color: rgb(126,139,221); }

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