Shades of Portage #8B8DD0
Tints of Portage #8B8DD0
RGB
CMYK
RGB Variations
Color information
#8B8DD0 (or 0x8B8DD0) is known color: Portage. HEX triplet: 8B, 8D and D0. RGB value is (139,141,208). Sum of RGB (Red+Green+Blue) = 139+141+208=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8DD0 is #74722F. Grayscale: #939393. Windows color (decimal): -7631408 or 13667723. OLE color: 13667723.
HSL color Cylindrical-coordinate representation of color #8B8DD0: hue angle of 238.26º degrees, saturation: 0.42, 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 #8B8DD0 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 141 | 208 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.18 |
| HSL | 238.26º | 0.42% | 0.68% | - |
| HSV(B) | 238.26º | 0.33% | 0.82% | - |
| XYZ | 31.56 | 29.09 | 63.63 | - |
| YUV | 148.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 208 | 0.33 | 0.32 | 0 | 0.18 | 238.26 | 0.42 | 0.68 |
| Hex | 8B | 8D | D0 | 21 | 20 | 0 | 12 | EE | 2A | 44 |
| Octal | 213 | 215 | 320 | 41 | 40 | 0 | 22 | 356 | 52 | 104 |
| Binary | 10001011 | 10001101 | 11010000 | 100001 | 100000 | 0 | 10010 | 11101110 | 101010 | 1000100 |
Color Harmonies of #8B8DD0
Complementary color
Monochromatic Colors of #8B8DD0
Black with #8B8DD0
Text Example
Text Example
White with #8B8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8DD0; }
p { color: rgb(139,141,208); }
H1.HeaderClassName
{
color: #8B8DD0;
}
.AnyTagClassName
{
color: #8B8DD0;
}
</style>
background-color css
<style>
a { background-color: #8B8DD0; }
a { background-color: rgb(139,141,208); }
div.DivClassName
{
background-color: #8B8DD0;
}
.BgClassName
{
background-color: #8B8DD0;
}
</style>
border-color css
<style>
span { border-color: #8B8DD0; }
span { border-color: rgb(139,141,208); }
td.TdClassName
{
border-color: #8B8DD0;
}
.TagClassName
{
border-color: #8B8DD0;
}
</style>