Shades of Portage #8F89DF
Tints of Portage #8F89DF
RGB
CMYK
RGB Variations
Color information
#8F89DF (or 0x8F89DF) is known color: Portage. HEX triplet: 8F, 89 and DF. RGB value is (143,137,223). Sum of RGB (Red+Green+Blue) = 143+137+223=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F89DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F89DF is #707620. Grayscale: #949494. Windows color (decimal): -7370273 or 14649743. OLE color: 14649743.
HSL color Cylindrical-coordinate representation of color #8F89DF: hue angle of 244.19º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F89DF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 137 | 223 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.13 |
| HSL | 244.19º | 0.57% | 0.71% | - |
| HSV(B) | 244.19º | 0.39% | 0.87% | - |
| XYZ | 33.59 | 29.06 | 73.65 | - |
| YUV | 148.6 | 169.99 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 223 | 0.36 | 0.39 | 0 | 0.13 | 244.19 | 0.57 | 0.71 |
| Hex | 8F | 89 | DF | 24 | 27 | 0 | D | F4 | 39 | 47 |
| Octal | 217 | 211 | 337 | 44 | 47 | 0 | 15 | 364 | 71 | 107 |
| Binary | 10001111 | 10001001 | 11011111 | 100100 | 100111 | 0 | 1101 | 11110100 | 111001 | 1000111 |
Color Harmonies of #8F89DF
Complementary color
Monochromatic Colors of #8F89DF
Black with #8F89DF
Text Example
Text Example
White with #8F89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F89DF; }
p { color: rgb(143,137,223); }
H1.HeaderClassName
{
color: #8F89DF;
}
.AnyTagClassName
{
color: #8F89DF;
}
</style>
background-color css
<style>
a { background-color: #8F89DF; }
a { background-color: rgb(143,137,223); }
div.DivClassName
{
background-color: #8F89DF;
}
.BgClassName
{
background-color: #8F89DF;
}
</style>
border-color css
<style>
span { border-color: #8F89DF; }
span { border-color: rgb(143,137,223); }
td.TdClassName
{
border-color: #8F89DF;
}
.TagClassName
{
border-color: #8F89DF;
}
</style>