#8B8EDD

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

Shades of Portage #8B8EDD

Tints of Portage #8B8EDD

Color information

#8B8EDD (or 0x8B8EDD) is unknown color: approx Portage. HEX triplet: 8B, 8E and DD. RGB value is (139,142,221). Sum of RGB (Red+Green+Blue) = 139+142+221=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8EDD is #747122. Grayscale: #959595. Windows color (decimal): -7631139 or 14519947. OLE color: 14519947.

HSL color Cylindrical-coordinate representation of color #8B8EDD: hue angle of 237.8º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B8EDD is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139142221-
CMYK0.370.3600.13
HSL237.8º54.67%70.59%-
HSV(B)237.8º37.1%86.67%-
XYZ33.3730.0672.45-
YUV150.11168.01120.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.69%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=27.69%
G=28.29%
B=44.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391422210.370.3600.13237.854.6770.59
Hex8B8EDD25240Dee3747
Octal213216335454401535667107
Binary10001011100011101101110110010110010001101111011101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8EDD; }

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

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

<style>
 a { background-color: #8B8EDD; }

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

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

<style>
 span { border-color: #8B8EDD; }

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

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