Shades of Portage #999EF1
Tints of Portage #999EF1
RGB
CMYK
RGB Variations
Color information
#999EF1 (or 0x999EF1) is known color: Portage. HEX triplet: 99, 9E and F1. RGB value is (153,158,241). Sum of RGB (Red+Green+Blue) = 153+158+241=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #999EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EF1 is #66610E. Grayscale: #A5A5A5. Windows color (decimal): -6709519 or 15834777. OLE color: 15834777.
HSL color Cylindrical-coordinate representation of color #999EF1: hue angle of 236.59º degrees, saturation: 0.76, 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 #999EF1 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 158 | 241 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.05 |
| HSL | 236.59º | 0.76% | 0.77% | - |
| HSV(B) | 236.59º | 0.37% | 0.95% | - |
| XYZ | 41.24 | 37.58 | 88.3 | - |
| YUV | 165.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 241 | 0.37 | 0.34 | 0 | 0.05 | 236.59 | 0.76 | 0.77 |
| Hex | 99 | 9E | F1 | 25 | 22 | 0 | 5 | ED | 4C | 4D |
| Octal | 231 | 236 | 361 | 45 | 42 | 0 | 5 | 355 | 114 | 115 |
| Binary | 10011001 | 10011110 | 11110001 | 100101 | 100010 | 0 | 101 | 11101101 | 1001100 | 1001101 |
Color Harmonies of #999EF1
Complementary color
Monochromatic Colors of #999EF1
Black with #999EF1
Text Example
Text Example
White with #999EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EF1; }
p { color: rgb(153,158,241); }
H1.HeaderClassName
{
color: #999EF1;
}
.AnyTagClassName
{
color: #999EF1;
}
</style>
background-color css
<style>
a { background-color: #999EF1; }
a { background-color: rgb(153,158,241); }
div.DivClassName
{
background-color: #999EF1;
}
.BgClassName
{
background-color: #999EF1;
}
</style>
border-color css
<style>
span { border-color: #999EF1; }
span { border-color: rgb(153,158,241); }
td.TdClassName
{
border-color: #999EF1;
}
.TagClassName
{
border-color: #999EF1;
}
</style>