Shades of Portage #90A1EB
Tints of Portage #90A1EB
RGB
CMYK
RGB Variations
Color information
#90A1EB (or 0x90A1EB) is known color: Portage. HEX triplet: 90, A1 and EB. RGB value is (144,161,235). Sum of RGB (Red+Green+Blue) = 144+161+235=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #90A1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A1EB is #6F5E14. Grayscale: #A4A4A4. Windows color (decimal): -7298581 or 15442320. OLE color: 15442320.
HSL color Cylindrical-coordinate representation of color #90A1EB: hue angle of 228.79º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90A1EB is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 161 | 235 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.08 |
| HSL | 228.79º | 0.69% | 0.74% | - |
| HSV(B) | 228.79º | 0.39% | 0.92% | - |
| XYZ | 39.24 | 37.42 | 83.75 | - |
| YUV | 164.35 | 167.87 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 235 | 0.39 | 0.31 | 0 | 0.08 | 228.79 | 0.69 | 0.74 |
| Hex | 90 | A1 | EB | 27 | 1F | 0 | 8 | E5 | 45 | 4A |
| Octal | 220 | 241 | 353 | 47 | 37 | 0 | 10 | 345 | 105 | 112 |
| Binary | 10010000 | 10100001 | 11101011 | 100111 | 11111 | 0 | 1000 | 11100101 | 1000101 | 1001010 |
Color Harmonies of #90A1EB
Complementary color
Monochromatic Colors of #90A1EB
Black with #90A1EB
Text Example
Text Example
White with #90A1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A1EB; }
p { color: rgb(144,161,235); }
H1.HeaderClassName
{
color: #90A1EB;
}
.AnyTagClassName
{
color: #90A1EB;
}
</style>
background-color css
<style>
a { background-color: #90A1EB; }
a { background-color: rgb(144,161,235); }
div.DivClassName
{
background-color: #90A1EB;
}
.BgClassName
{
background-color: #90A1EB;
}
</style>
border-color css
<style>
span { border-color: #90A1EB; }
span { border-color: rgb(144,161,235); }
td.TdClassName
{
border-color: #90A1EB;
}
.TagClassName
{
border-color: #90A1EB;
}
</style>