Shades of Portage #91A0D2
Tints of Portage #91A0D2
RGB
CMYK
RGB Variations
Color information
#91A0D2 (or 0x91A0D2) is known color: Portage. HEX triplet: 91, A0 and D2. RGB value is (145,160,210). Sum of RGB (Red+Green+Blue) = 145+160+210=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #91A0D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A0D2 is #6E5F2D. Grayscale: #A0A0A0. Windows color (decimal): -7233326 or 13803665. OLE color: 13803665.
HSL color Cylindrical-coordinate representation of color #91A0D2: hue angle of 226.15º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91A0D2 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 160 | 210 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.18 |
| HSL | 226.15º | 0.42% | 0.7% | - |
| HSV(B) | 226.15º | 0.31% | 0.82% | - |
| XYZ | 35.88 | 35.81 | 65.99 | - |
| YUV | 161.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 210 | 0.31 | 0.24 | 0 | 0.18 | 226.15 | 0.42 | 0.7 |
| Hex | 91 | A0 | D2 | 1F | 18 | 0 | 12 | E2 | 2A | 46 |
| Octal | 221 | 240 | 322 | 37 | 30 | 0 | 22 | 342 | 52 | 106 |
| Binary | 10010001 | 10100000 | 11010010 | 11111 | 11000 | 0 | 10010 | 11100010 | 101010 | 1000110 |
Color Harmonies of #91A0D2
Complementary color
Monochromatic Colors of #91A0D2
Black with #91A0D2
Text Example
Text Example
White with #91A0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A0D2; }
p { color: rgb(145,160,210); }
H1.HeaderClassName
{
color: #91A0D2;
}
.AnyTagClassName
{
color: #91A0D2;
}
</style>
background-color css
<style>
a { background-color: #91A0D2; }
a { background-color: rgb(145,160,210); }
div.DivClassName
{
background-color: #91A0D2;
}
.BgClassName
{
background-color: #91A0D2;
}
</style>
border-color css
<style>
span { border-color: #91A0D2; }
span { border-color: rgb(145,160,210); }
td.TdClassName
{
border-color: #91A0D2;
}
.TagClassName
{
border-color: #91A0D2;
}
</style>