Shades of Portage #8F8FDD
Tints of Portage #8F8FDD
RGB
CMYK
RGB Variations
Color information
#8F8FDD (or 0x8F8FDD) is known color: Portage. HEX triplet: 8F, 8F and DD. RGB value is (143,143,221). Sum of RGB (Red+Green+Blue) = 143+143+221=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8FDD is #707022. Grayscale: #979797. Windows color (decimal): -7368739 or 14520207. OLE color: 14520207.
HSL color Cylindrical-coordinate representation of color #8F8FDD: hue angle of 240º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F8FDD is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 143 | 221 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.13 |
| HSL | 240º | 0.53% | 0.71% | - |
| HSV(B) | 240º | 0.35% | 0.87% | - |
| XYZ | 34.2 | 30.71 | 72.53 | - |
| YUV | 151.89 | 167 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 221 | 0.35 | 0.35 | 0 | 0.13 | 240 | 0.53 | 0.71 |
| Hex | 8F | 8F | DD | 23 | 23 | 0 | D | F0 | 35 | 47 |
| Octal | 217 | 217 | 335 | 43 | 43 | 0 | 15 | 360 | 65 | 107 |
| Binary | 10001111 | 10001111 | 11011101 | 100011 | 100011 | 0 | 1101 | 11110000 | 110101 | 1000111 |
Color Harmonies of #8F8FDD
Complementary color
Monochromatic Colors of #8F8FDD
Black with #8F8FDD
Text Example
Text Example
White with #8F8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FDD; }
p { color: rgb(143,143,221); }
H1.HeaderClassName
{
color: #8F8FDD;
}
.AnyTagClassName
{
color: #8F8FDD;
}
</style>
background-color css
<style>
a { background-color: #8F8FDD; }
a { background-color: rgb(143,143,221); }
div.DivClassName
{
background-color: #8F8FDD;
}
.BgClassName
{
background-color: #8F8FDD;
}
</style>
border-color css
<style>
span { border-color: #8F8FDD; }
span { border-color: rgb(143,143,221); }
td.TdClassName
{
border-color: #8F8FDD;
}
.TagClassName
{
border-color: #8F8FDD;
}
</style>