Shades of Portage #90A0FE
Tints of Portage #90A0FE
RGB
CMYK
RGB Variations
Color information
#90A0FE (or 0x90A0FE) is known color: Portage. HEX triplet: 90, A0 and FE. RGB value is (144,160,254). Sum of RGB (Red+Green+Blue) = 144+160+254=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #90A0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A0FE is #6F5F01. Grayscale: #A5A5A5. Windows color (decimal): -7298818 or 16687248. OLE color: 16687248.
HSL color Cylindrical-coordinate representation of color #90A0FE: hue angle of 231.27º 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 #90A0FE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 160 | 254 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.00 |
| HSL | 231.27º | 0.98% | 0.78% | - |
| HSV(B) | 231.27º | 0.43% | 1% | - |
| XYZ | 41.96 | 38.23 | 98.93 | - |
| YUV | 165.93 | 177.7 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 254 | 0.43 | 0.37 | 0 | 0.00 | 231.27 | 0.98 | 0.78 |
| Hex | 90 | A0 | FE | 2B | 25 | 0 | 0 | E7 | 62 | 4E |
| Octal | 220 | 240 | 376 | 53 | 45 | 0 | 0 | 347 | 142 | 116 |
| Binary | 10010000 | 10100000 | 11111110 | 101011 | 100101 | 0 | 0 | 11100111 | 1100010 | 1001110 |
Color Harmonies of #90A0FE
Complementary color
Monochromatic Colors of #90A0FE
Black with #90A0FE
Text Example
Text Example
White with #90A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0FE; }
p { color: rgb(144,160,254); }
H1.HeaderClassName
{
color: #90A0FE;
}
.AnyTagClassName
{
color: #90A0FE;
}
</style>
background-color css
<style>
a { background-color: #90A0FE; }
a { background-color: rgb(144,160,254); }
div.DivClassName
{
background-color: #90A0FE;
}
.BgClassName
{
background-color: #90A0FE;
}
</style>
border-color css
<style>
span { border-color: #90A0FE; }
span { border-color: rgb(144,160,254); }
td.TdClassName
{
border-color: #90A0FE;
}
.TagClassName
{
border-color: #90A0FE;
}
</style>