Shades of Portage #90A4D6
Tints of Portage #90A4D6
RGB
CMYK
RGB Variations
Color information
#90A4D6 (or 0x90A4D6) is known color: Portage. HEX triplet: 90, A4 and D6. RGB value is (144,164,214). Sum of RGB (Red+Green+Blue) = 144+164+214=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #90A4D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A4D6 is #6F5B29. Grayscale: #A3A3A3. Windows color (decimal): -7297834 or 14066832. OLE color: 14066832.
HSL color Cylindrical-coordinate representation of color #90A4D6: hue angle of 222.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90A4D6 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 164 | 214 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.16 |
| HSL | 222.86º | 0.46% | 0.7% | - |
| HSV(B) | 222.86º | 0.33% | 0.84% | - |
| XYZ | 36.91 | 37.34 | 68.88 | - |
| YUV | 163.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 214 | 0.33 | 0.23 | 0 | 0.16 | 222.86 | 0.46 | 0.7 |
| Hex | 90 | A4 | D6 | 21 | 17 | 0 | 10 | DF | 2E | 46 |
| Octal | 220 | 244 | 326 | 41 | 27 | 0 | 20 | 337 | 56 | 106 |
| Binary | 10010000 | 10100100 | 11010110 | 100001 | 10111 | 0 | 10000 | 11011111 | 101110 | 1000110 |
Color Harmonies of #90A4D6
Complementary color
Monochromatic Colors of #90A4D6
Black with #90A4D6
Text Example
Text Example
White with #90A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A4D6; }
p { color: rgb(144,164,214); }
H1.HeaderClassName
{
color: #90A4D6;
}
.AnyTagClassName
{
color: #90A4D6;
}
</style>
background-color css
<style>
a { background-color: #90A4D6; }
a { background-color: rgb(144,164,214); }
div.DivClassName
{
background-color: #90A4D6;
}
.BgClassName
{
background-color: #90A4D6;
}
</style>
border-color css
<style>
span { border-color: #90A4D6; }
span { border-color: rgb(144,164,214); }
td.TdClassName
{
border-color: #90A4D6;
}
.TagClassName
{
border-color: #90A4D6;
}
</style>