Shades of Portage #999DFE
Tints of Portage #999DFE
RGB
CMYK
RGB Variations
Color information
#999DFE (or 0x999DFE) is known color: Portage. HEX triplet: 99, 9D and FE. RGB value is (153,157,254). Sum of RGB (Red+Green+Blue) = 153+157+254=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #999DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DFE is #666201. Grayscale: #A6A6A6. Windows color (decimal): -6709762 or 16686489. OLE color: 16686489.
HSL color Cylindrical-coordinate representation of color #999DFE: hue angle of 237.62º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999DFE is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 157 | 254 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.00 |
| HSL | 237.62º | 0.98% | 0.8% | - |
| HSV(B) | 237.62º | 0.4% | 1% | - |
| XYZ | 43.08 | 38.04 | 98.84 | - |
| YUV | 166.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 254 | 0.40 | 0.38 | 0 | 0.00 | 237.62 | 0.98 | 0.8 |
| Hex | 99 | 9D | FE | 28 | 26 | 0 | 0 | EE | 62 | 50 |
| Octal | 231 | 235 | 376 | 50 | 46 | 0 | 0 | 356 | 142 | 120 |
| Binary | 10011001 | 10011101 | 11111110 | 101000 | 100110 | 0 | 0 | 11101110 | 1100010 | 1010000 |
Color Harmonies of #999DFE
Complementary color
Monochromatic Colors of #999DFE
Black with #999DFE
Text Example
Text Example
White with #999DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DFE; }
p { color: rgb(153,157,254); }
H1.HeaderClassName
{
color: #999DFE;
}
.AnyTagClassName
{
color: #999DFE;
}
</style>
background-color css
<style>
a { background-color: #999DFE; }
a { background-color: rgb(153,157,254); }
div.DivClassName
{
background-color: #999DFE;
}
.BgClassName
{
background-color: #999DFE;
}
</style>
border-color css
<style>
span { border-color: #999DFE; }
span { border-color: rgb(153,157,254); }
td.TdClassName
{
border-color: #999DFE;
}
.TagClassName
{
border-color: #999DFE;
}
</style>