Shades of Portage #90A3D5
Tints of Portage #90A3D5
RGB
CMYK
RGB Variations
Color information
#90A3D5 (or 0x90A3D5) is known color: Portage. HEX triplet: 90, A3 and D5. RGB value is (144,163,213). Sum of RGB (Red+Green+Blue) = 144+163+213=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #90A3D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A3D5 is #6F5C2A. Grayscale: #A2A2A2. Windows color (decimal): -7298091 or 14001040. OLE color: 14001040.
HSL color Cylindrical-coordinate representation of color #90A3D5: hue angle of 223.48º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90A3D5 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 163 | 213 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.16 |
| HSL | 223.48º | 0.45% | 0.7% | - |
| HSV(B) | 223.48º | 0.32% | 0.84% | - |
| XYZ | 36.61 | 36.93 | 68.15 | - |
| YUV | 163.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 213 | 0.32 | 0.23 | 0 | 0.16 | 223.48 | 0.45 | 0.7 |
| Hex | 90 | A3 | D5 | 20 | 17 | 0 | 10 | DF | 2D | 46 |
| Octal | 220 | 243 | 325 | 40 | 27 | 0 | 20 | 337 | 55 | 106 |
| Binary | 10010000 | 10100011 | 11010101 | 100000 | 10111 | 0 | 10000 | 11011111 | 101101 | 1000110 |
Color Harmonies of #90A3D5
Complementary color
Monochromatic Colors of #90A3D5
Black with #90A3D5
Text Example
Text Example
White with #90A3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A3D5; }
p { color: rgb(144,163,213); }
H1.HeaderClassName
{
color: #90A3D5;
}
.AnyTagClassName
{
color: #90A3D5;
}
</style>
background-color css
<style>
a { background-color: #90A3D5; }
a { background-color: rgb(144,163,213); }
div.DivClassName
{
background-color: #90A3D5;
}
.BgClassName
{
background-color: #90A3D5;
}
</style>
border-color css
<style>
span { border-color: #90A3D5; }
span { border-color: rgb(144,163,213); }
td.TdClassName
{
border-color: #90A3D5;
}
.TagClassName
{
border-color: #90A3D5;
}
</style>