Shades of Portage #998EEE
Tints of Portage #998EEE
RGB
CMYK
RGB Variations
Color information
#998EEE (or 0x998EEE) is known color: Portage. HEX triplet: 99, 8E and EE. RGB value is (153,142,238). Sum of RGB (Red+Green+Blue) = 153+142+238=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #998EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EEE is #667111. Grayscale: #9B9B9B. Windows color (decimal): -6713618 or 15634073. OLE color: 15634073.
HSL color Cylindrical-coordinate representation of color #998EEE: hue angle of 246.88º 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 #998EEE is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 142 | 238 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.07 |
| HSL | 246.88º | 0.74% | 0.75% | - |
| HSV(B) | 246.88º | 0.4% | 0.93% | - |
| XYZ | 38.24 | 32.29 | 85.11 | - |
| YUV | 156.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 238 | 0.36 | 0.40 | 0 | 0.07 | 246.88 | 0.74 | 0.75 |
| Hex | 99 | 8E | EE | 24 | 28 | 0 | 7 | F7 | 4A | 4B |
| Octal | 231 | 216 | 356 | 44 | 50 | 0 | 7 | 367 | 112 | 113 |
| Binary | 10011001 | 10001110 | 11101110 | 100100 | 101000 | 0 | 111 | 11110111 | 1001010 | 1001011 |
Color Harmonies of #998EEE
Complementary color
Monochromatic Colors of #998EEE
Black with #998EEE
Text Example
Text Example
White with #998EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EEE; }
p { color: rgb(153,142,238); }
H1.HeaderClassName
{
color: #998EEE;
}
.AnyTagClassName
{
color: #998EEE;
}
</style>
background-color css
<style>
a { background-color: #998EEE; }
a { background-color: rgb(153,142,238); }
div.DivClassName
{
background-color: #998EEE;
}
.BgClassName
{
background-color: #998EEE;
}
</style>
border-color css
<style>
span { border-color: #998EEE; }
span { border-color: rgb(153,142,238); }
td.TdClassName
{
border-color: #998EEE;
}
.TagClassName
{
border-color: #998EEE;
}
</style>