Shades of Portage #8F9DDD
Tints of Portage #8F9DDD
RGB
CMYK
RGB Variations
Color information
#8F9DDD (or 0x8F9DDD) is known color: Portage. HEX triplet: 8F, 9D and DD. RGB value is (143,157,221). Sum of RGB (Red+Green+Blue) = 143+157+221=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DDD is #706222. Grayscale: #9F9F9F. Windows color (decimal): -7365155 or 14523791. OLE color: 14523791.
HSL color Cylindrical-coordinate representation of color #8F9DDD: hue angle of 229.23º 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 #8F9DDD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 157 | 221 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.13 |
| HSL | 229.23º | 0.53% | 0.71% | - |
| HSV(B) | 229.23º | 0.35% | 0.87% | - |
| XYZ | 36.44 | 35.17 | 73.28 | - |
| YUV | 160.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 221 | 0.35 | 0.29 | 0 | 0.13 | 229.23 | 0.53 | 0.71 |
| Hex | 8F | 9D | DD | 23 | 1D | 0 | D | E5 | 35 | 47 |
| Octal | 217 | 235 | 335 | 43 | 35 | 0 | 15 | 345 | 65 | 107 |
| Binary | 10001111 | 10011101 | 11011101 | 100011 | 11101 | 0 | 1101 | 11100101 | 110101 | 1000111 |
Color Harmonies of #8F9DDD
Complementary color
Monochromatic Colors of #8F9DDD
Black with #8F9DDD
Text Example
Text Example
White with #8F9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DDD; }
p { color: rgb(143,157,221); }
H1.HeaderClassName
{
color: #8F9DDD;
}
.AnyTagClassName
{
color: #8F9DDD;
}
</style>
background-color css
<style>
a { background-color: #8F9DDD; }
a { background-color: rgb(143,157,221); }
div.DivClassName
{
background-color: #8F9DDD;
}
.BgClassName
{
background-color: #8F9DDD;
}
</style>
border-color css
<style>
span { border-color: #8F9DDD; }
span { border-color: rgb(143,157,221); }
td.TdClassName
{
border-color: #8F9DDD;
}
.TagClassName
{
border-color: #8F9DDD;
}
</style>