Shades of Portage #909DFF
Tints of Portage #909DFF
RGB
CMYK
RGB Variations
Color information
#909DFF (or 0x909DFF) is known color: Portage. HEX triplet: 90, 9D and FF. RGB value is (144,157,255). Sum of RGB (Red+Green+Blue) = 144+157+255=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #909DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909DFF is #6F6200. Grayscale: #A3A3A3. Windows color (decimal): -7299585 or 16752016. OLE color: 16752016.
HSL color Cylindrical-coordinate representation of color #909DFF: hue angle of 232.97º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #909DFF is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 157 | 255 | - |
| CMYK | 0.44 | 0.38 | 0 | 0 |
| HSL | 232.97º | 1% | 0.78% | - |
| HSV(B) | 232.97º | 0.44% | 1% | - |
| XYZ | 41.61 | 37.26 | 99.61 | - |
| YUV | 164.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 255 | 0.44 | 0.38 | 0 | 0 | 232.97 | 1 | 0.78 |
| Hex | 90 | 9D | FF | 2C | 26 | 0 | 0 | E9 | 64 | 4E |
| Octal | 220 | 235 | 377 | 54 | 46 | 0 | 0 | 351 | 144 | 116 |
| Binary | 10010000 | 10011101 | 11111111 | 101100 | 100110 | 0 | 0 | 11101001 | 1100100 | 1001110 |
Color Harmonies of #909DFF
Complementary color
Monochromatic Colors of #909DFF
Black with #909DFF
Text Example
Text Example
White with #909DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DFF; }
p { color: rgb(144,157,255); }
H1.HeaderClassName
{
color: #909DFF;
}
.AnyTagClassName
{
color: #909DFF;
}
</style>
background-color css
<style>
a { background-color: #909DFF; }
a { background-color: rgb(144,157,255); }
div.DivClassName
{
background-color: #909DFF;
}
.BgClassName
{
background-color: #909DFF;
}
</style>
border-color css
<style>
span { border-color: #909DFF; }
span { border-color: rgb(144,157,255); }
td.TdClassName
{
border-color: #909DFF;
}
.TagClassName
{
border-color: #909DFF;
}
</style>