Shades of Portage #8C8BDB
Tints of Portage #8C8BDB
RGB
CMYK
RGB Variations
Color information
#8C8BDB (or 0x8C8BDB) is known color: Portage. HEX triplet: 8C, 8B and DB. RGB value is (140,139,219). Sum of RGB (Red+Green+Blue) = 140+139+219=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8BDB is #737424. Grayscale: #949494. Windows color (decimal): -7566373 or 14388108. OLE color: 14388108.
HSL color Cylindrical-coordinate representation of color #8C8BDB: hue angle of 240.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C8BDB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 139 | 219 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.14 |
| HSL | 240.75º | 0.53% | 0.7% | - |
| HSV(B) | 240.75º | 0.37% | 0.86% | - |
| XYZ | 32.83 | 29.16 | 70.91 | - |
| YUV | 148.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 219 | 0.36 | 0.37 | 0 | 0.14 | 240.75 | 0.53 | 0.7 |
| Hex | 8C | 8B | DB | 24 | 25 | 0 | E | F1 | 35 | 46 |
| Octal | 214 | 213 | 333 | 44 | 45 | 0 | 16 | 361 | 65 | 106 |
| Binary | 10001100 | 10001011 | 11011011 | 100100 | 100101 | 0 | 1110 | 11110001 | 110101 | 1000110 |
Color Harmonies of #8C8BDB
Complementary color
Monochromatic Colors of #8C8BDB
Black with #8C8BDB
Text Example
Text Example
White with #8C8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8BDB; }
p { color: rgb(140,139,219); }
H1.HeaderClassName
{
color: #8C8BDB;
}
.AnyTagClassName
{
color: #8C8BDB;
}
</style>
background-color css
<style>
a { background-color: #8C8BDB; }
a { background-color: rgb(140,139,219); }
div.DivClassName
{
background-color: #8C8BDB;
}
.BgClassName
{
background-color: #8C8BDB;
}
</style>
border-color css
<style>
span { border-color: #8C8BDB; }
span { border-color: rgb(140,139,219); }
td.TdClassName
{
border-color: #8C8BDB;
}
.TagClassName
{
border-color: #8C8BDB;
}
</style>