Shades of Portage #988FED
Tints of Portage #988FED
RGB
CMYK
RGB Variations
Color information
#988FED (or 0x988FED) is known color: Portage. HEX triplet: 98, 8F and ED. RGB value is (152,143,237). Sum of RGB (Red+Green+Blue) = 152+143+237=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #988FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FED is #677012. Grayscale: #9C9C9C. Windows color (decimal): -6778899 or 15568792. OLE color: 15568792.
HSL color Cylindrical-coordinate representation of color #988FED: hue angle of 245.74º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #988FED is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 143 | 237 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.07 |
| HSL | 245.74º | 0.72% | 0.75% | - |
| HSV(B) | 245.74º | 0.4% | 0.93% | - |
| XYZ | 38.06 | 32.43 | 84.38 | - |
| YUV | 156.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 237 | 0.36 | 0.40 | 0 | 0.07 | 245.74 | 0.72 | 0.75 |
| Hex | 98 | 8F | ED | 24 | 28 | 0 | 7 | F6 | 48 | 4B |
| Octal | 230 | 217 | 355 | 44 | 50 | 0 | 7 | 366 | 110 | 113 |
| Binary | 10011000 | 10001111 | 11101101 | 100100 | 101000 | 0 | 111 | 11110110 | 1001000 | 1001011 |
Color Harmonies of #988FED
Complementary color
Monochromatic Colors of #988FED
Black with #988FED
Text Example
Text Example
White with #988FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FED; }
p { color: rgb(152,143,237); }
H1.HeaderClassName
{
color: #988FED;
}
.AnyTagClassName
{
color: #988FED;
}
</style>
background-color css
<style>
a { background-color: #988FED; }
a { background-color: rgb(152,143,237); }
div.DivClassName
{
background-color: #988FED;
}
.BgClassName
{
background-color: #988FED;
}
</style>
border-color css
<style>
span { border-color: #988FED; }
span { border-color: rgb(152,143,237); }
td.TdClassName
{
border-color: #988FED;
}
.TagClassName
{
border-color: #988FED;
}
</style>