Shades of Portage #90A2D2
Tints of Portage #90A2D2
RGB
CMYK
RGB Variations
Color information
#90A2D2 (or 0x90A2D2) is known color: Portage. HEX triplet: 90, A2 and D2. RGB value is (144,162,210). Sum of RGB (Red+Green+Blue) = 144+162+210=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #90A2D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A2D2 is #6F5D2D. Grayscale: #A1A1A1. Windows color (decimal): -7298350 or 13804176. OLE color: 13804176.
HSL color Cylindrical-coordinate representation of color #90A2D2: hue angle of 223.64º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90A2D2 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 162 | 210 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.18 |
| HSL | 223.64º | 0.42% | 0.69% | - |
| HSV(B) | 223.64º | 0.31% | 0.82% | - |
| XYZ | 36.05 | 36.42 | 66.1 | - |
| YUV | 162.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 210 | 0.31 | 0.23 | 0 | 0.18 | 223.64 | 0.42 | 0.69 |
| Hex | 90 | A2 | D2 | 1F | 17 | 0 | 12 | E0 | 2A | 45 |
| Octal | 220 | 242 | 322 | 37 | 27 | 0 | 22 | 340 | 52 | 105 |
| Binary | 10010000 | 10100010 | 11010010 | 11111 | 10111 | 0 | 10010 | 11100000 | 101010 | 1000101 |
Color Harmonies of #90A2D2
Complementary color
Monochromatic Colors of #90A2D2
Black with #90A2D2
Text Example
Text Example
White with #90A2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A2D2; }
p { color: rgb(144,162,210); }
H1.HeaderClassName
{
color: #90A2D2;
}
.AnyTagClassName
{
color: #90A2D2;
}
</style>
background-color css
<style>
a { background-color: #90A2D2; }
a { background-color: rgb(144,162,210); }
div.DivClassName
{
background-color: #90A2D2;
}
.BgClassName
{
background-color: #90A2D2;
}
</style>
border-color css
<style>
span { border-color: #90A2D2; }
span { border-color: rgb(144,162,210); }
td.TdClassName
{
border-color: #90A2D2;
}
.TagClassName
{
border-color: #90A2D2;
}
</style>