#8B8BDA

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

Shades of Portage #8B8BDA

Tints of Portage #8B8BDA

Color information

#8B8BDA (or 0x8B8BDA) is unknown color: approx Portage. HEX triplet: 8B, 8B and DA. RGB value is (139,139,218). Sum of RGB (Red+Green+Blue) = 139+139+218=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B8BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8BDA is #747425. Grayscale: #939393. Windows color (decimal): -7631910 or 14322571. OLE color: 14322571.

HSL color Cylindrical-coordinate representation of color #8B8BDA: hue angle of 240º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B8BDA is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139139218-
CMYK0.360.3600.15
HSL240º51.63%70%-
HSV(B)240º36.24%85.49%-
XYZ32.5329.0270.22-
YUV148.01167.5121.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.02%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=28.02%
G=28.02%
B=43.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391392180.360.3600.1524051.6370
Hex8B8BDA24240Ff03446
Octal213213332444401736064106
Binary10001011100010111101101010010010010001111111100001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,139,218); }

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

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

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

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

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

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

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