Shades of Portage #8F9FDD
Tints of Portage #8F9FDD
RGB
CMYK
RGB Variations
Color information
#8F9FDD (or 0x8F9FDD) is known color: Portage. HEX triplet: 8F, 9F and DD. RGB value is (143,159,221). Sum of RGB (Red+Green+Blue) = 143+159+221=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FDD is #706022. Grayscale: #A1A1A1. Windows color (decimal): -7364643 or 14524303. OLE color: 14524303.
HSL color Cylindrical-coordinate representation of color #8F9FDD: hue angle of 227.69º 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 #8F9FDD is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 159 | 221 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.13 |
| HSL | 227.69º | 0.53% | 0.71% | - |
| HSV(B) | 227.69º | 0.35% | 0.87% | - |
| XYZ | 36.78 | 35.86 | 73.39 | - |
| YUV | 161.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 221 | 0.35 | 0.28 | 0 | 0.13 | 227.69 | 0.53 | 0.71 |
| Hex | 8F | 9F | DD | 23 | 1C | 0 | D | E4 | 35 | 47 |
| Octal | 217 | 237 | 335 | 43 | 34 | 0 | 15 | 344 | 65 | 107 |
| Binary | 10001111 | 10011111 | 11011101 | 100011 | 11100 | 0 | 1101 | 11100100 | 110101 | 1000111 |
Color Harmonies of #8F9FDD
Complementary color
Monochromatic Colors of #8F9FDD
Black with #8F9FDD
Text Example
Text Example
White with #8F9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9FDD; }
p { color: rgb(143,159,221); }
H1.HeaderClassName
{
color: #8F9FDD;
}
.AnyTagClassName
{
color: #8F9FDD;
}
</style>
background-color css
<style>
a { background-color: #8F9FDD; }
a { background-color: rgb(143,159,221); }
div.DivClassName
{
background-color: #8F9FDD;
}
.BgClassName
{
background-color: #8F9FDD;
}
</style>
border-color css
<style>
span { border-color: #8F9FDD; }
span { border-color: rgb(143,159,221); }
td.TdClassName
{
border-color: #8F9FDD;
}
.TagClassName
{
border-color: #8F9FDD;
}
</style>