Shades of Portage #9999EF
Tints of Portage #9999EF
RGB
CMYK
RGB Variations
Color information
#9999EF (or 0x9999EF) is known color: Portage. HEX triplet: 99, 99 and EF. RGB value is (153,153,239). Sum of RGB (Red+Green+Blue) = 153+153+239=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #9999EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9999EF is #666610. Grayscale: #A2A2A2. Windows color (decimal): -6710801 or 15702425. OLE color: 15702425.
HSL color Cylindrical-coordinate representation of color #9999EF: hue angle of 240º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9999EF is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 153 | 239 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.06 |
| HSL | 240º | 0.73% | 0.77% | - |
| HSV(B) | 240º | 0.36% | 0.94% | - |
| XYZ | 40.11 | 35.79 | 86.45 | - |
| YUV | 162.8 | 171 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 239 | 0.36 | 0.36 | 0 | 0.06 | 240 | 0.73 | 0.77 |
| Hex | 99 | 99 | EF | 24 | 24 | 0 | 6 | F0 | 49 | 4D |
| Octal | 231 | 231 | 357 | 44 | 44 | 0 | 6 | 360 | 111 | 115 |
| Binary | 10011001 | 10011001 | 11101111 | 100100 | 100100 | 0 | 110 | 11110000 | 1001001 | 1001101 |
Color Harmonies of #9999EF
Complementary color
Monochromatic Colors of #9999EF
Black with #9999EF
Text Example
Text Example
White with #9999EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999EF; }
p { color: rgb(153,153,239); }
H1.HeaderClassName
{
color: #9999EF;
}
.AnyTagClassName
{
color: #9999EF;
}
</style>
background-color css
<style>
a { background-color: #9999EF; }
a { background-color: rgb(153,153,239); }
div.DivClassName
{
background-color: #9999EF;
}
.BgClassName
{
background-color: #9999EF;
}
</style>
border-color css
<style>
span { border-color: #9999EF; }
span { border-color: rgb(153,153,239); }
td.TdClassName
{
border-color: #9999EF;
}
.TagClassName
{
border-color: #9999EF;
}
</style>