Shades of Portage #988FEC
Tints of Portage #988FEC
RGB
CMYK
RGB Variations
Color information
#988FEC (or 0x988FEC) is known color: Portage. HEX triplet: 98, 8F and EC. RGB value is (152,143,236). Sum of RGB (Red+Green+Blue) = 152+143+236=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #988FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FEC is #677013. Grayscale: #9B9B9B. Windows color (decimal): -6778900 or 15503256. OLE color: 15503256.
HSL color Cylindrical-coordinate representation of color #988FEC: hue angle of 245.81º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #988FEC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 143 | 236 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.07 |
| HSL | 245.81º | 0.71% | 0.74% | - |
| HSV(B) | 245.81º | 0.39% | 0.93% | - |
| XYZ | 37.91 | 32.38 | 83.61 | - |
| YUV | 156.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 236 | 0.36 | 0.39 | 0 | 0.07 | 245.81 | 0.71 | 0.74 |
| Hex | 98 | 8F | EC | 24 | 27 | 0 | 7 | F6 | 47 | 4A |
| Octal | 230 | 217 | 354 | 44 | 47 | 0 | 7 | 366 | 107 | 112 |
| Binary | 10011000 | 10001111 | 11101100 | 100100 | 100111 | 0 | 111 | 11110110 | 1000111 | 1001010 |
Color Harmonies of #988FEC
Complementary color
Monochromatic Colors of #988FEC
Black with #988FEC
Text Example
Text Example
White with #988FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FEC; }
p { color: rgb(152,143,236); }
H1.HeaderClassName
{
color: #988FEC;
}
.AnyTagClassName
{
color: #988FEC;
}
</style>
background-color css
<style>
a { background-color: #988FEC; }
a { background-color: rgb(152,143,236); }
div.DivClassName
{
background-color: #988FEC;
}
.BgClassName
{
background-color: #988FEC;
}
</style>
border-color css
<style>
span { border-color: #988FEC; }
span { border-color: rgb(152,143,236); }
td.TdClassName
{
border-color: #988FEC;
}
.TagClassName
{
border-color: #988FEC;
}
</style>