Shades of Portage #909FFE
Tints of Portage #909FFE
RGB
CMYK
RGB Variations
Color information
#909FFE (or 0x909FFE) is known color: Portage. HEX triplet: 90, 9F and FE. RGB value is (144,159,254). Sum of RGB (Red+Green+Blue) = 144+159+254=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #909FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909FFE is #6F6001. Grayscale: #A4A4A4. Windows color (decimal): -7299074 or 16686992. OLE color: 16686992.
HSL color Cylindrical-coordinate representation of color #909FFE: hue angle of 231.82º 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 #909FFE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 159 | 254 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.00 |
| HSL | 231.82º | 0.98% | 0.78% | - |
| HSV(B) | 231.82º | 0.43% | 1% | - |
| XYZ | 41.79 | 37.88 | 98.88 | - |
| YUV | 165.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 254 | 0.43 | 0.37 | 0 | 0.00 | 231.82 | 0.98 | 0.78 |
| Hex | 90 | 9F | FE | 2B | 25 | 0 | 0 | E8 | 62 | 4E |
| Octal | 220 | 237 | 376 | 53 | 45 | 0 | 0 | 350 | 142 | 116 |
| Binary | 10010000 | 10011111 | 11111110 | 101011 | 100101 | 0 | 0 | 11101000 | 1100010 | 1001110 |
Color Harmonies of #909FFE
Complementary color
Monochromatic Colors of #909FFE
Black with #909FFE
Text Example
Text Example
White with #909FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FFE; }
p { color: rgb(144,159,254); }
H1.HeaderClassName
{
color: #909FFE;
}
.AnyTagClassName
{
color: #909FFE;
}
</style>
background-color css
<style>
a { background-color: #909FFE; }
a { background-color: rgb(144,159,254); }
div.DivClassName
{
background-color: #909FFE;
}
.BgClassName
{
background-color: #909FFE;
}
</style>
border-color css
<style>
span { border-color: #909FFE; }
span { border-color: rgb(144,159,254); }
td.TdClassName
{
border-color: #909FFE;
}
.TagClassName
{
border-color: #909FFE;
}
</style>