Shades of Portage #8D98CF
Tints of Portage #8D98CF
RGB
CMYK
RGB Variations
Color information
#8D98CF (or 0x8D98CF) is known color: Portage. HEX triplet: 8D, 98 and CF. RGB value is (141,152,207). Sum of RGB (Red+Green+Blue) = 141+152+207=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D98CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98CF is #726730. Grayscale: #9A9A9A. Windows color (decimal): -7497521 or 13605005. OLE color: 13605005.
HSL color Cylindrical-coordinate representation of color #8D98CF: hue angle of 230º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D98CF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 152 | 207 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.19 |
| HSL | 230º | 0.41% | 0.68% | - |
| HSV(B) | 230º | 0.32% | 0.81% | - |
| XYZ | 33.48 | 32.62 | 63.56 | - |
| YUV | 154.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 207 | 0.32 | 0.27 | 0 | 0.19 | 230 | 0.41 | 0.68 |
| Hex | 8D | 98 | CF | 20 | 1B | 0 | 13 | E6 | 29 | 44 |
| Octal | 215 | 230 | 317 | 40 | 33 | 0 | 23 | 346 | 51 | 104 |
| Binary | 10001101 | 10011000 | 11001111 | 100000 | 11011 | 0 | 10011 | 11100110 | 101001 | 1000100 |
Color Harmonies of #8D98CF
Complementary color
Monochromatic Colors of #8D98CF
Black with #8D98CF
Text Example
Text Example
White with #8D98CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D98CF; }
p { color: rgb(141,152,207); }
H1.HeaderClassName
{
color: #8D98CF;
}
.AnyTagClassName
{
color: #8D98CF;
}
</style>
background-color css
<style>
a { background-color: #8D98CF; }
a { background-color: rgb(141,152,207); }
div.DivClassName
{
background-color: #8D98CF;
}
.BgClassName
{
background-color: #8D98CF;
}
</style>
border-color css
<style>
span { border-color: #8D98CF; }
span { border-color: rgb(141,152,207); }
td.TdClassName
{
border-color: #8D98CF;
}
.TagClassName
{
border-color: #8D98CF;
}
</style>