Shades of Portage #909DF9
Tints of Portage #909DF9
RGB
CMYK
RGB Variations
Color information
#909DF9 (or 0x909DF9) is known color: Portage. HEX triplet: 90, 9D and F9. RGB value is (144,157,249). Sum of RGB (Red+Green+Blue) = 144+157+249=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #909DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909DF9 is #6F6206. Grayscale: #A3A3A3. Windows color (decimal): -7299591 or 16358800. OLE color: 16358800.
HSL color Cylindrical-coordinate representation of color #909DF9: hue angle of 232.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #909DF9 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 157 | 249 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.02 |
| HSL | 232.57º | 0.9% | 0.77% | - |
| HSV(B) | 232.57º | 0.42% | 0.98% | - |
| XYZ | 40.66 | 36.88 | 94.6 | - |
| YUV | 163.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 249 | 0.42 | 0.37 | 0 | 0.02 | 232.57 | 0.9 | 0.77 |
| Hex | 90 | 9D | F9 | 2A | 25 | 0 | 2 | E9 | 5A | 4D |
| Octal | 220 | 235 | 371 | 52 | 45 | 0 | 2 | 351 | 132 | 115 |
| Binary | 10010000 | 10011101 | 11111001 | 101010 | 100101 | 0 | 10 | 11101001 | 1011010 | 1001101 |
Color Harmonies of #909DF9
Complementary color
Monochromatic Colors of #909DF9
Black with #909DF9
Text Example
Text Example
White with #909DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DF9; }
p { color: rgb(144,157,249); }
H1.HeaderClassName
{
color: #909DF9;
}
.AnyTagClassName
{
color: #909DF9;
}
</style>
background-color css
<style>
a { background-color: #909DF9; }
a { background-color: rgb(144,157,249); }
div.DivClassName
{
background-color: #909DF9;
}
.BgClassName
{
background-color: #909DF9;
}
</style>
border-color css
<style>
span { border-color: #909DF9; }
span { border-color: rgb(144,157,249); }
td.TdClassName
{
border-color: #909DF9;
}
.TagClassName
{
border-color: #909DF9;
}
</style>