Shades of Portage #909DFE
Tints of Portage #909DFE
RGB
CMYK
RGB Variations
Color information
#909DFE (or 0x909DFE) is known color: Portage. HEX triplet: 90, 9D and FE. RGB value is (144,157,254). Sum of RGB (Red+Green+Blue) = 144+157+254=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #909DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909DFE is #6F6201. Grayscale: #A3A3A3. Windows color (decimal): -7299586 or 16686480. OLE color: 16686480.
HSL color Cylindrical-coordinate representation of color #909DFE: hue angle of 232.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #909DFE is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 157 | 254 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.00 |
| HSL | 232.91º | 0.98% | 0.78% | - |
| HSV(B) | 232.91º | 0.43% | 1% | - |
| XYZ | 41.45 | 37.2 | 98.76 | - |
| YUV | 164.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 254 | 0.43 | 0.38 | 0 | 0.00 | 232.91 | 0.98 | 0.78 |
| Hex | 90 | 9D | FE | 2B | 26 | 0 | 0 | E9 | 62 | 4E |
| Octal | 220 | 235 | 376 | 53 | 46 | 0 | 0 | 351 | 142 | 116 |
| Binary | 10010000 | 10011101 | 11111110 | 101011 | 100110 | 0 | 0 | 11101001 | 1100010 | 1001110 |
Color Harmonies of #909DFE
Complementary color
Monochromatic Colors of #909DFE
Black with #909DFE
Text Example
Text Example
White with #909DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DFE; }
p { color: rgb(144,157,254); }
H1.HeaderClassName
{
color: #909DFE;
}
.AnyTagClassName
{
color: #909DFE;
}
</style>
background-color css
<style>
a { background-color: #909DFE; }
a { background-color: rgb(144,157,254); }
div.DivClassName
{
background-color: #909DFE;
}
.BgClassName
{
background-color: #909DFE;
}
</style>
border-color css
<style>
span { border-color: #909DFE; }
span { border-color: rgb(144,157,254); }
td.TdClassName
{
border-color: #909DFE;
}
.TagClassName
{
border-color: #909DFE;
}
</style>