Shades of Portage #9899EE
Tints of Portage #9899EE
RGB
CMYK
RGB Variations
Color information
#9899EE (or 0x9899EE) is known color: Portage. HEX triplet: 98, 99 and EE. RGB value is (152,153,238). Sum of RGB (Red+Green+Blue) = 152+153+238=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 153 (60.16% from 255 or 28.18% 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 #9899EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9899EE is #676611. Grayscale: #A2A2A2. Windows color (decimal): -6776338 or 15636888. OLE color: 15636888.
HSL color Cylindrical-coordinate representation of color #9899EE: hue angle of 239.3º 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 #9899EE is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 153 | 238 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.07 |
| HSL | 239.3º | 0.72% | 0.76% | - |
| HSV(B) | 239.3º | 0.36% | 0.93% | - |
| XYZ | 39.77 | 35.63 | 85.67 | - |
| YUV | 162.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 238 | 0.36 | 0.36 | 0 | 0.07 | 239.3 | 0.72 | 0.76 |
| Hex | 98 | 99 | EE | 24 | 24 | 0 | 7 | EF | 48 | 4C |
| Octal | 230 | 231 | 356 | 44 | 44 | 0 | 7 | 357 | 110 | 114 |
| Binary | 10011000 | 10011001 | 11101110 | 100100 | 100100 | 0 | 111 | 11101111 | 1001000 | 1001100 |
Color Harmonies of #9899EE
Complementary color
Monochromatic Colors of #9899EE
Black with #9899EE
Text Example
Text Example
White with #9899EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899EE; }
p { color: rgb(152,153,238); }
H1.HeaderClassName
{
color: #9899EE;
}
.AnyTagClassName
{
color: #9899EE;
}
</style>
background-color css
<style>
a { background-color: #9899EE; }
a { background-color: rgb(152,153,238); }
div.DivClassName
{
background-color: #9899EE;
}
.BgClassName
{
background-color: #9899EE;
}
</style>
border-color css
<style>
span { border-color: #9899EE; }
span { border-color: rgb(152,153,238); }
td.TdClassName
{
border-color: #9899EE;
}
.TagClassName
{
border-color: #9899EE;
}
</style>