Shades of Portage #9998EE
Tints of Portage #9998EE
RGB
CMYK
RGB Variations
Color information
#9998EE (or 0x9998EE) is known color: Portage. HEX triplet: 99, 98 and EE. RGB value is (153,152,238). Sum of RGB (Red+Green+Blue) = 153+152+238=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #9998EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9998EE is #666711. Grayscale: #A1A1A1. Windows color (decimal): -6711058 or 15636633. OLE color: 15636633.
HSL color Cylindrical-coordinate representation of color #9998EE: hue angle of 240.7º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9998EE is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 152 | 238 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.07 |
| HSL | 240.7º | 0.72% | 0.76% | - |
| HSV(B) | 240.7º | 0.36% | 0.93% | - |
| XYZ | 39.8 | 35.4 | 85.62 | - |
| YUV | 162.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 238 | 0.36 | 0.36 | 0 | 0.07 | 240.7 | 0.72 | 0.76 |
| Hex | 99 | 98 | EE | 24 | 24 | 0 | 7 | F1 | 48 | 4C |
| Octal | 231 | 230 | 356 | 44 | 44 | 0 | 7 | 361 | 110 | 114 |
| Binary | 10011001 | 10011000 | 11101110 | 100100 | 100100 | 0 | 111 | 11110001 | 1001000 | 1001100 |
Color Harmonies of #9998EE
Complementary color
Monochromatic Colors of #9998EE
Black with #9998EE
Text Example
Text Example
White with #9998EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9998EE; }
p { color: rgb(153,152,238); }
H1.HeaderClassName
{
color: #9998EE;
}
.AnyTagClassName
{
color: #9998EE;
}
</style>
background-color css
<style>
a { background-color: #9998EE; }
a { background-color: rgb(153,152,238); }
div.DivClassName
{
background-color: #9998EE;
}
.BgClassName
{
background-color: #9998EE;
}
</style>
border-color css
<style>
span { border-color: #9998EE; }
span { border-color: rgb(153,152,238); }
td.TdClassName
{
border-color: #9998EE;
}
.TagClassName
{
border-color: #9998EE;
}
</style>