Shades of Portage #90A5FD
Tints of Portage #90A5FD
RGB
CMYK
RGB Variations
Color information
#90A5FD (or 0x90A5FD) is known color: Portage. HEX triplet: 90, A5 and FD. RGB value is (144,165,253). Sum of RGB (Red+Green+Blue) = 144+165+253=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #90A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A5FD is #6F5A02. Grayscale: #A8A8A8. Windows color (decimal): -7297539 or 16622992. OLE color: 16622992.
HSL color Cylindrical-coordinate representation of color #90A5FD: hue angle of 228.44º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90A5FD is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 165 | 253 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.01 |
| HSL | 228.44º | 0.96% | 0.78% | - |
| HSV(B) | 228.44º | 0.43% | 0.99% | - |
| XYZ | 42.69 | 39.93 | 98.39 | - |
| YUV | 168.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 253 | 0.43 | 0.35 | 0 | 0.01 | 228.44 | 0.96 | 0.78 |
| Hex | 90 | A5 | FD | 2B | 23 | 0 | 1 | E4 | 60 | 4E |
| Octal | 220 | 245 | 375 | 53 | 43 | 0 | 1 | 344 | 140 | 116 |
| Binary | 10010000 | 10100101 | 11111101 | 101011 | 100011 | 0 | 1 | 11100100 | 1100000 | 1001110 |
Color Harmonies of #90A5FD
Complementary color
Monochromatic Colors of #90A5FD
Black with #90A5FD
Text Example
Text Example
White with #90A5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A5FD; }
p { color: rgb(144,165,253); }
H1.HeaderClassName
{
color: #90A5FD;
}
.AnyTagClassName
{
color: #90A5FD;
}
</style>
background-color css
<style>
a { background-color: #90A5FD; }
a { background-color: rgb(144,165,253); }
div.DivClassName
{
background-color: #90A5FD;
}
.BgClassName
{
background-color: #90A5FD;
}
</style>
border-color css
<style>
span { border-color: #90A5FD; }
span { border-color: rgb(144,165,253); }
td.TdClassName
{
border-color: #90A5FD;
}
.TagClassName
{
border-color: #90A5FD;
}
</style>