#8B8DD1

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

Shades of Portage #8B8DD1

Tints of Portage #8B8DD1

Color information

#8B8DD1 (or 0x8B8DD1) is unknown color: approx Portage. HEX triplet: 8B, 8D and D1. RGB value is (139,141,209). Sum of RGB (Red+Green+Blue) = 139+141+209=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #8B8DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8DD1 is #74722E. Grayscale: #939393. Windows color (decimal): -7631407 or 13733259. OLE color: 13733259.

HSL color Cylindrical-coordinate representation of color #8B8DD1: hue angle of 238.29º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B8DD1 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139141209-
CMYK0.330.3300.18
HSL238.29º43.21%68.24%-
HSV(B)238.29º33.49%81.96%-
XYZ31.6829.1464.28-
YUV148.15162.34121.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.43%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=28.43%
G=28.83%
B=42.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391412090.330.3300.18238.2943.2168.24
Hex8B8DD12121012ee2b44
Octal213215321414102235653104
Binary100010111000110111010001100001100001010010111011101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,141,209); }

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

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

 a { background-color: rgb(139,141,209); }

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

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

 span { border-color: rgb(139,141,209); }

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