Shades of Portage #9992EE
Tints of Portage #9992EE
RGB
CMYK
RGB Variations
Color information
#9992EE (or 0x9992EE) is known color: Portage. HEX triplet: 99, 92 and EE. RGB value is (153,146,238). Sum of RGB (Red+Green+Blue) = 153+146+238=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #9992EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9992EE is #666D11. Grayscale: #9E9E9E. Windows color (decimal): -6712594 or 15635097. OLE color: 15635097.
HSL color Cylindrical-coordinate representation of color #9992EE: hue angle of 244.57º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9992EE is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 146 | 238 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.07 |
| HSL | 244.57º | 0.73% | 0.75% | - |
| HSV(B) | 244.57º | 0.39% | 0.93% | - |
| XYZ | 38.85 | 33.5 | 85.31 | - |
| YUV | 158.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 238 | 0.36 | 0.39 | 0 | 0.07 | 244.57 | 0.73 | 0.75 |
| Hex | 99 | 92 | EE | 24 | 27 | 0 | 7 | F5 | 49 | 4B |
| Octal | 231 | 222 | 356 | 44 | 47 | 0 | 7 | 365 | 111 | 113 |
| Binary | 10011001 | 10010010 | 11101110 | 100100 | 100111 | 0 | 111 | 11110101 | 1001001 | 1001011 |
Color Harmonies of #9992EE
Complementary color
Monochromatic Colors of #9992EE
Black with #9992EE
Text Example
Text Example
White with #9992EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9992EE; }
p { color: rgb(153,146,238); }
H1.HeaderClassName
{
color: #9992EE;
}
.AnyTagClassName
{
color: #9992EE;
}
</style>
background-color css
<style>
a { background-color: #9992EE; }
a { background-color: rgb(153,146,238); }
div.DivClassName
{
background-color: #9992EE;
}
.BgClassName
{
background-color: #9992EE;
}
</style>
border-color css
<style>
span { border-color: #9992EE; }
span { border-color: rgb(153,146,238); }
td.TdClassName
{
border-color: #9992EE;
}
.TagClassName
{
border-color: #9992EE;
}
</style>