Shades of Portage #988EEE
Tints of Portage #988EEE
RGB
CMYK
RGB Variations
Color information
#988EEE (or 0x988EEE) is known color: Portage. HEX triplet: 98, 8E and EE. RGB value is (152,142,238). Sum of RGB (Red+Green+Blue) = 152+142+238=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #988EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988EEE is #677111. Grayscale: #9B9B9B. Windows color (decimal): -6779154 or 15634072. OLE color: 15634072.
HSL color Cylindrical-coordinate representation of color #988EEE: hue angle of 246.25º degrees, saturation: 0.74, 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 #988EEE is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 142 | 238 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.07 |
| HSL | 246.25º | 0.74% | 0.75% | - |
| HSV(B) | 246.25º | 0.4% | 0.93% | - |
| XYZ | 38.05 | 32.19 | 85.1 | - |
| YUV | 155.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 238 | 0.36 | 0.40 | 0 | 0.07 | 246.25 | 0.74 | 0.75 |
| Hex | 98 | 8E | EE | 24 | 28 | 0 | 7 | F6 | 4A | 4B |
| Octal | 230 | 216 | 356 | 44 | 50 | 0 | 7 | 366 | 112 | 113 |
| Binary | 10011000 | 10001110 | 11101110 | 100100 | 101000 | 0 | 111 | 11110110 | 1001010 | 1001011 |
Color Harmonies of #988EEE
Complementary color
Monochromatic Colors of #988EEE
Black with #988EEE
Text Example
Text Example
White with #988EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EEE; }
p { color: rgb(152,142,238); }
H1.HeaderClassName
{
color: #988EEE;
}
.AnyTagClassName
{
color: #988EEE;
}
</style>
background-color css
<style>
a { background-color: #988EEE; }
a { background-color: rgb(152,142,238); }
div.DivClassName
{
background-color: #988EEE;
}
.BgClassName
{
background-color: #988EEE;
}
</style>
border-color css
<style>
span { border-color: #988EEE; }
span { border-color: rgb(152,142,238); }
td.TdClassName
{
border-color: #988EEE;
}
.TagClassName
{
border-color: #988EEE;
}
</style>