Shades of Portage #8F8CDD
Tints of Portage #8F8CDD
RGB
CMYK
RGB Variations
Color information
#8F8CDD (or 0x8F8CDD) is known color: Portage. HEX triplet: 8F, 8C and DD. RGB value is (143,140,221). Sum of RGB (Red+Green+Blue) = 143+140+221=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CDD is #707322. Grayscale: #959595. Windows color (decimal): -7369507 or 14519439. OLE color: 14519439.
HSL color Cylindrical-coordinate representation of color #8F8CDD: hue angle of 242.22º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F8CDD is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 140 | 221 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.13 |
| HSL | 242.22º | 0.54% | 0.71% | - |
| HSV(B) | 242.22º | 0.37% | 0.87% | - |
| XYZ | 33.76 | 29.82 | 72.38 | - |
| YUV | 150.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 140 | 221 | 0.35 | 0.37 | 0 | 0.13 | 242.22 | 0.54 | 0.71 |
| Hex | 8F | 8C | DD | 23 | 25 | 0 | D | F2 | 36 | 47 |
| Octal | 217 | 214 | 335 | 43 | 45 | 0 | 15 | 362 | 66 | 107 |
| Binary | 10001111 | 10001100 | 11011101 | 100011 | 100101 | 0 | 1101 | 11110010 | 110110 | 1000111 |
Color Harmonies of #8F8CDD
Complementary color
Monochromatic Colors of #8F8CDD
Black with #8F8CDD
Text Example
Text Example
White with #8F8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8CDD; }
p { color: rgb(143,140,221); }
H1.HeaderClassName
{
color: #8F8CDD;
}
.AnyTagClassName
{
color: #8F8CDD;
}
</style>
background-color css
<style>
a { background-color: #8F8CDD; }
a { background-color: rgb(143,140,221); }
div.DivClassName
{
background-color: #8F8CDD;
}
.BgClassName
{
background-color: #8F8CDD;
}
</style>
border-color css
<style>
span { border-color: #8F8CDD; }
span { border-color: rgb(143,140,221); }
td.TdClassName
{
border-color: #8F8CDD;
}
.TagClassName
{
border-color: #8F8CDD;
}
</style>