Shades of Portage #999DF8
Tints of Portage #999DF8
RGB
CMYK
RGB Variations
Color information
#999DF8 (or 0x999DF8) is known color: Portage. HEX triplet: 99, 9D and F8. RGB value is (153,157,248). Sum of RGB (Red+Green+Blue) = 153+157+248=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #999DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DF8 is #666207. Grayscale: #A5A5A5. Windows color (decimal): -6709768 or 16293273. OLE color: 16293273.
HSL color Cylindrical-coordinate representation of color #999DF8: hue angle of 237.47º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #999DF8 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 157 | 248 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.03 |
| HSL | 237.47º | 0.87% | 0.79% | - |
| HSV(B) | 237.47º | 0.38% | 0.97% | - |
| XYZ | 42.14 | 37.66 | 93.86 | - |
| YUV | 166.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 248 | 0.38 | 0.37 | 0 | 0.03 | 237.47 | 0.87 | 0.79 |
| Hex | 99 | 9D | F8 | 26 | 25 | 0 | 3 | ED | 57 | 4F |
| Octal | 231 | 235 | 370 | 46 | 45 | 0 | 3 | 355 | 127 | 117 |
| Binary | 10011001 | 10011101 | 11111000 | 100110 | 100101 | 0 | 11 | 11101101 | 1010111 | 1001111 |
Color Harmonies of #999DF8
Complementary color
Monochromatic Colors of #999DF8
Black with #999DF8
Text Example
Text Example
White with #999DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DF8; }
p { color: rgb(153,157,248); }
H1.HeaderClassName
{
color: #999DF8;
}
.AnyTagClassName
{
color: #999DF8;
}
</style>
background-color css
<style>
a { background-color: #999DF8; }
a { background-color: rgb(153,157,248); }
div.DivClassName
{
background-color: #999DF8;
}
.BgClassName
{
background-color: #999DF8;
}
</style>
border-color css
<style>
span { border-color: #999DF8; }
span { border-color: rgb(153,157,248); }
td.TdClassName
{
border-color: #999DF8;
}
.TagClassName
{
border-color: #999DF8;
}
</style>