Shades of Portage #8B8ADF
Tints of Portage #8B8ADF
RGB
CMYK
RGB Variations
Color information
#8B8ADF (or 0x8B8ADF) is known color: Portage. HEX triplet: 8B, 8A and DF. RGB value is (139,138,223). Sum of RGB (Red+Green+Blue) = 139+138+223=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8ADF is #747520. Grayscale: #939393. Windows color (decimal): -7632161 or 14649995. OLE color: 14649995.
HSL color Cylindrical-coordinate representation of color #8B8ADF: hue angle of 240.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B8ADF is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 138 | 223 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.13 |
| HSL | 240.71º | 0.57% | 0.71% | - |
| HSV(B) | 240.71º | 0.38% | 0.87% | - |
| XYZ | 33.06 | 28.99 | 73.67 | - |
| YUV | 147.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 223 | 0.38 | 0.38 | 0 | 0.13 | 240.71 | 0.57 | 0.71 |
| Hex | 8B | 8A | DF | 26 | 26 | 0 | D | F1 | 39 | 47 |
| Octal | 213 | 212 | 337 | 46 | 46 | 0 | 15 | 361 | 71 | 107 |
| Binary | 10001011 | 10001010 | 11011111 | 100110 | 100110 | 0 | 1101 | 11110001 | 111001 | 1000111 |
Color Harmonies of #8B8ADF
Complementary color
Monochromatic Colors of #8B8ADF
Black with #8B8ADF
Text Example
Text Example
White with #8B8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8ADF; }
p { color: rgb(139,138,223); }
H1.HeaderClassName
{
color: #8B8ADF;
}
.AnyTagClassName
{
color: #8B8ADF;
}
</style>
background-color css
<style>
a { background-color: #8B8ADF; }
a { background-color: rgb(139,138,223); }
div.DivClassName
{
background-color: #8B8ADF;
}
.BgClassName
{
background-color: #8B8ADF;
}
</style>
border-color css
<style>
span { border-color: #8B8ADF; }
span { border-color: rgb(139,138,223); }
td.TdClassName
{
border-color: #8B8ADF;
}
.TagClassName
{
border-color: #8B8ADF;
}
</style>