Shades of Portage #90A2E8
Tints of Portage #90A2E8
RGB
CMYK
RGB Variations
Color information
#90A2E8 (or 0x90A2E8) is known color: Portage. HEX triplet: 90, A2 and E8. RGB value is (144,162,232). Sum of RGB (Red+Green+Blue) = 144+162+232=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #90A2E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A2E8 is #6F5D17. Grayscale: #A4A4A4. Windows color (decimal): -7298328 or 15245968. OLE color: 15245968.
HSL color Cylindrical-coordinate representation of color #90A2E8: hue angle of 227.73º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90A2E8 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 162 | 232 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.09 |
| HSL | 227.73º | 0.66% | 0.74% | - |
| HSV(B) | 227.73º | 0.38% | 0.91% | - |
| XYZ | 38.99 | 37.6 | 81.55 | - |
| YUV | 164.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 232 | 0.38 | 0.30 | 0 | 0.09 | 227.73 | 0.66 | 0.74 |
| Hex | 90 | A2 | E8 | 26 | 1E | 0 | 9 | E4 | 42 | 4A |
| Octal | 220 | 242 | 350 | 46 | 36 | 0 | 11 | 344 | 102 | 112 |
| Binary | 10010000 | 10100010 | 11101000 | 100110 | 11110 | 0 | 1001 | 11100100 | 1000010 | 1001010 |
Color Harmonies of #90A2E8
Complementary color
Monochromatic Colors of #90A2E8
Black with #90A2E8
Text Example
Text Example
White with #90A2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A2E8; }
p { color: rgb(144,162,232); }
H1.HeaderClassName
{
color: #90A2E8;
}
.AnyTagClassName
{
color: #90A2E8;
}
</style>
background-color css
<style>
a { background-color: #90A2E8; }
a { background-color: rgb(144,162,232); }
div.DivClassName
{
background-color: #90A2E8;
}
.BgClassName
{
background-color: #90A2E8;
}
</style>
border-color css
<style>
span { border-color: #90A2E8; }
span { border-color: rgb(144,162,232); }
td.TdClassName
{
border-color: #90A2E8;
}
.TagClassName
{
border-color: #90A2E8;
}
</style>