Shades of Portage #90A4FE
Tints of Portage #90A4FE
RGB
CMYK
RGB Variations
Color information
#90A4FE (or 0x90A4FE) is known color: Portage. HEX triplet: 90, A4 and FE. RGB value is (144,164,254). Sum of RGB (Red+Green+Blue) = 144+164+254=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #90A4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A4FE is #6F5B01. Grayscale: #A7A7A7. Windows color (decimal): -7297794 or 16688272. OLE color: 16688272.
HSL color Cylindrical-coordinate representation of color #90A4FE: hue angle of 229.09º 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 #90A4FE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 164 | 254 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.00 |
| HSL | 229.09º | 0.98% | 0.78% | - |
| HSV(B) | 229.09º | 0.43% | 1% | - |
| XYZ | 42.67 | 39.64 | 99.17 | - |
| YUV | 168.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 254 | 0.43 | 0.35 | 0 | 0.00 | 229.09 | 0.98 | 0.78 |
| Hex | 90 | A4 | FE | 2B | 23 | 0 | 0 | E5 | 62 | 4E |
| Octal | 220 | 244 | 376 | 53 | 43 | 0 | 0 | 345 | 142 | 116 |
| Binary | 10010000 | 10100100 | 11111110 | 101011 | 100011 | 0 | 0 | 11100101 | 1100010 | 1001110 |
Color Harmonies of #90A4FE
Complementary color
Monochromatic Colors of #90A4FE
Black with #90A4FE
Text Example
Text Example
White with #90A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A4FE; }
p { color: rgb(144,164,254); }
H1.HeaderClassName
{
color: #90A4FE;
}
.AnyTagClassName
{
color: #90A4FE;
}
</style>
background-color css
<style>
a { background-color: #90A4FE; }
a { background-color: rgb(144,164,254); }
div.DivClassName
{
background-color: #90A4FE;
}
.BgClassName
{
background-color: #90A4FE;
}
</style>
border-color css
<style>
span { border-color: #90A4FE; }
span { border-color: rgb(144,164,254); }
td.TdClassName
{
border-color: #90A4FE;
}
.TagClassName
{
border-color: #90A4FE;
}
</style>