Shades of Portage #8C8CDB
Tints of Portage #8C8CDB
RGB
CMYK
RGB Variations
Color information
#8C8CDB (or 0x8C8CDB) is known color: Portage. HEX triplet: 8C, 8C and DB. RGB value is (140,140,219). Sum of RGB (Red+Green+Blue) = 140+140+219=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8CDB is #737324. Grayscale: #949494. Windows color (decimal): -7566117 or 14388364. OLE color: 14388364.
HSL color Cylindrical-coordinate representation of color #8C8CDB: hue angle of 240º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C8CDB is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 140 | 219 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.14 |
| HSL | 240º | 0.52% | 0.7% | - |
| HSV(B) | 240º | 0.36% | 0.86% | - |
| XYZ | 32.98 | 29.45 | 70.96 | - |
| YUV | 149.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 140 | 219 | 0.36 | 0.36 | 0 | 0.14 | 240 | 0.52 | 0.7 |
| Hex | 8C | 8C | DB | 24 | 24 | 0 | E | F0 | 34 | 46 |
| Octal | 214 | 214 | 333 | 44 | 44 | 0 | 16 | 360 | 64 | 106 |
| Binary | 10001100 | 10001100 | 11011011 | 100100 | 100100 | 0 | 1110 | 11110000 | 110100 | 1000110 |
Color Harmonies of #8C8CDB
Complementary color
Monochromatic Colors of #8C8CDB
Black with #8C8CDB
Text Example
Text Example
White with #8C8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8CDB; }
p { color: rgb(140,140,219); }
H1.HeaderClassName
{
color: #8C8CDB;
}
.AnyTagClassName
{
color: #8C8CDB;
}
</style>
background-color css
<style>
a { background-color: #8C8CDB; }
a { background-color: rgb(140,140,219); }
div.DivClassName
{
background-color: #8C8CDB;
}
.BgClassName
{
background-color: #8C8CDB;
}
</style>
border-color css
<style>
span { border-color: #8C8CDB; }
span { border-color: rgb(140,140,219); }
td.TdClassName
{
border-color: #8C8CDB;
}
.TagClassName
{
border-color: #8C8CDB;
}
</style>