Shades of Portage #90A2DF
Tints of Portage #90A2DF
RGB
CMYK
RGB Variations
Color information
#90A2DF (or 0x90A2DF) is known color: Portage. HEX triplet: 90, A2 and DF. RGB value is (144,162,223). Sum of RGB (Red+Green+Blue) = 144+162+223=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #90A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A2DF is #6F5D20. Grayscale: #A3A3A3. Windows color (decimal): -7298337 or 14656144. OLE color: 14656144.
HSL color Cylindrical-coordinate representation of color #90A2DF: hue angle of 226.33º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90A2DF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 162 | 223 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.13 |
| HSL | 226.33º | 0.55% | 0.72% | - |
| HSV(B) | 226.33º | 0.35% | 0.87% | - |
| XYZ | 37.74 | 37.1 | 74.98 | - |
| YUV | 163.57 | 161.54 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 223 | 0.35 | 0.27 | 0 | 0.13 | 226.33 | 0.55 | 0.72 |
| Hex | 90 | A2 | DF | 23 | 1B | 0 | D | E2 | 37 | 48 |
| Octal | 220 | 242 | 337 | 43 | 33 | 0 | 15 | 342 | 67 | 110 |
| Binary | 10010000 | 10100010 | 11011111 | 100011 | 11011 | 0 | 1101 | 11100010 | 110111 | 1001000 |
Color Harmonies of #90A2DF
Complementary color
Monochromatic Colors of #90A2DF
Black with #90A2DF
Text Example
Text Example
White with #90A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A2DF; }
p { color: rgb(144,162,223); }
H1.HeaderClassName
{
color: #90A2DF;
}
.AnyTagClassName
{
color: #90A2DF;
}
</style>
background-color css
<style>
a { background-color: #90A2DF; }
a { background-color: rgb(144,162,223); }
div.DivClassName
{
background-color: #90A2DF;
}
.BgClassName
{
background-color: #90A2DF;
}
</style>
border-color css
<style>
span { border-color: #90A2DF; }
span { border-color: rgb(144,162,223); }
td.TdClassName
{
border-color: #90A2DF;
}
.TagClassName
{
border-color: #90A2DF;
}
</style>