Shades of Portage #999EF2
Tints of Portage #999EF2
RGB
CMYK
RGB Variations
Color information
#999EF2 (or 0x999EF2) is known color: Portage. HEX triplet: 99, 9E and F2. RGB value is (153,158,242). Sum of RGB (Red+Green+Blue) = 153+158+242=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #999EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EF2 is #66610D. Grayscale: #A5A5A5. Windows color (decimal): -6709518 or 15900313. OLE color: 15900313.
HSL color Cylindrical-coordinate representation of color #999EF2: hue angle of 236.63º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #999EF2 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 158 | 242 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.05 |
| HSL | 236.63º | 0.77% | 0.77% | - |
| HSV(B) | 236.63º | 0.37% | 0.95% | - |
| XYZ | 41.39 | 37.64 | 89.09 | - |
| YUV | 166.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 242 | 0.37 | 0.35 | 0 | 0.05 | 236.63 | 0.77 | 0.77 |
| Hex | 99 | 9E | F2 | 25 | 23 | 0 | 5 | ED | 4D | 4D |
| Octal | 231 | 236 | 362 | 45 | 43 | 0 | 5 | 355 | 115 | 115 |
| Binary | 10011001 | 10011110 | 11110010 | 100101 | 100011 | 0 | 101 | 11101101 | 1001101 | 1001101 |
Color Harmonies of #999EF2
Complementary color
Monochromatic Colors of #999EF2
Black with #999EF2
Text Example
Text Example
White with #999EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EF2; }
p { color: rgb(153,158,242); }
H1.HeaderClassName
{
color: #999EF2;
}
.AnyTagClassName
{
color: #999EF2;
}
</style>
background-color css
<style>
a { background-color: #999EF2; }
a { background-color: rgb(153,158,242); }
div.DivClassName
{
background-color: #999EF2;
}
.BgClassName
{
background-color: #999EF2;
}
</style>
border-color css
<style>
span { border-color: #999EF2; }
span { border-color: rgb(153,158,242); }
td.TdClassName
{
border-color: #999EF2;
}
.TagClassName
{
border-color: #999EF2;
}
</style>