Shades of Portage #8F98D5
Tints of Portage #8F98D5
RGB
CMYK
RGB Variations
Color information
#8F98D5 (or 0x8F98D5) is known color: Portage. HEX triplet: 8F, 98 and D5. RGB value is (143,152,213). Sum of RGB (Red+Green+Blue) = 143+152+213=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #8F98D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98D5 is #70672A. Grayscale: #9C9C9C. Windows color (decimal): -7366443 or 13998223. OLE color: 13998223.
HSL color Cylindrical-coordinate representation of color #8F98D5: hue angle of 232.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F98D5 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 152 | 213 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.16 |
| HSL | 232.29º | 0.45% | 0.7% | - |
| HSV(B) | 232.29º | 0.33% | 0.84% | - |
| XYZ | 34.57 | 33.1 | 67.52 | - |
| YUV | 156.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 213 | 0.33 | 0.29 | 0 | 0.16 | 232.29 | 0.45 | 0.7 |
| Hex | 8F | 98 | D5 | 21 | 1D | 0 | 10 | E8 | 2D | 46 |
| Octal | 217 | 230 | 325 | 41 | 35 | 0 | 20 | 350 | 55 | 106 |
| Binary | 10001111 | 10011000 | 11010101 | 100001 | 11101 | 0 | 10000 | 11101000 | 101101 | 1000110 |
Color Harmonies of #8F98D5
Complementary color
Monochromatic Colors of #8F98D5
Black with #8F98D5
Text Example
Text Example
White with #8F98D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F98D5; }
p { color: rgb(143,152,213); }
H1.HeaderClassName
{
color: #8F98D5;
}
.AnyTagClassName
{
color: #8F98D5;
}
</style>
background-color css
<style>
a { background-color: #8F98D5; }
a { background-color: rgb(143,152,213); }
div.DivClassName
{
background-color: #8F98D5;
}
.BgClassName
{
background-color: #8F98D5;
}
</style>
border-color css
<style>
span { border-color: #8F98D5; }
span { border-color: rgb(143,152,213); }
td.TdClassName
{
border-color: #8F98D5;
}
.TagClassName
{
border-color: #8F98D5;
}
</style>