Shades of Portage #8F8BDF
Tints of Portage #8F8BDF
RGB
CMYK
RGB Variations
Color information
#8F8BDF (or 0x8F8BDF) is known color: Portage. HEX triplet: 8F, 8B and DF. RGB value is (143,139,223). Sum of RGB (Red+Green+Blue) = 143+139+223=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8BDF is #707420. Grayscale: #959595. Windows color (decimal): -7369761 or 14650255. OLE color: 14650255.
HSL color Cylindrical-coordinate representation of color #8F8BDF: hue angle of 242.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F8BDF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 139 | 223 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.13 |
| HSL | 242.86º | 0.57% | 0.71% | - |
| HSV(B) | 242.86º | 0.38% | 0.87% | - |
| XYZ | 33.88 | 29.63 | 73.75 | - |
| YUV | 149.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 139 | 223 | 0.36 | 0.38 | 0 | 0.13 | 242.86 | 0.57 | 0.71 |
| Hex | 8F | 8B | DF | 24 | 26 | 0 | D | F3 | 39 | 47 |
| Octal | 217 | 213 | 337 | 44 | 46 | 0 | 15 | 363 | 71 | 107 |
| Binary | 10001111 | 10001011 | 11011111 | 100100 | 100110 | 0 | 1101 | 11110011 | 111001 | 1000111 |
Color Harmonies of #8F8BDF
Complementary color
Monochromatic Colors of #8F8BDF
Black with #8F8BDF
Text Example
Text Example
White with #8F8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8BDF; }
p { color: rgb(143,139,223); }
H1.HeaderClassName
{
color: #8F8BDF;
}
.AnyTagClassName
{
color: #8F8BDF;
}
</style>
background-color css
<style>
a { background-color: #8F8BDF; }
a { background-color: rgb(143,139,223); }
div.DivClassName
{
background-color: #8F8BDF;
}
.BgClassName
{
background-color: #8F8BDF;
}
</style>
border-color css
<style>
span { border-color: #8F8BDF; }
span { border-color: rgb(143,139,223); }
td.TdClassName
{
border-color: #8F8BDF;
}
.TagClassName
{
border-color: #8F8BDF;
}
</style>