Shades of Portage #91A3D2
Tints of Portage #91A3D2
RGB
CMYK
RGB Variations
Color information
#91A3D2 (or 0x91A3D2) is known color: Portage. HEX triplet: 91, A3 and D2. RGB value is (145,163,210). Sum of RGB (Red+Green+Blue) = 145+163+210=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #91A3D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3D2 is #6E5C2D. Grayscale: #A2A2A2. Windows color (decimal): -7232558 or 13804433. OLE color: 13804433.
HSL color Cylindrical-coordinate representation of color #91A3D2: hue angle of 223.38º 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 #91A3D2 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 163 | 210 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.18 |
| HSL | 223.38º | 0.42% | 0.7% | - |
| HSV(B) | 223.38º | 0.31% | 0.82% | - |
| XYZ | 36.41 | 36.87 | 66.17 | - |
| YUV | 162.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 210 | 0.31 | 0.22 | 0 | 0.18 | 223.38 | 0.42 | 0.7 |
| Hex | 91 | A3 | D2 | 1F | 16 | 0 | 12 | DF | 2A | 46 |
| Octal | 221 | 243 | 322 | 37 | 26 | 0 | 22 | 337 | 52 | 106 |
| Binary | 10010001 | 10100011 | 11010010 | 11111 | 10110 | 0 | 10010 | 11011111 | 101010 | 1000110 |
Color Harmonies of #91A3D2
Complementary color
Monochromatic Colors of #91A3D2
Black with #91A3D2
Text Example
Text Example
White with #91A3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A3D2; }
p { color: rgb(145,163,210); }
H1.HeaderClassName
{
color: #91A3D2;
}
.AnyTagClassName
{
color: #91A3D2;
}
</style>
background-color css
<style>
a { background-color: #91A3D2; }
a { background-color: rgb(145,163,210); }
div.DivClassName
{
background-color: #91A3D2;
}
.BgClassName
{
background-color: #91A3D2;
}
</style>
border-color css
<style>
span { border-color: #91A3D2; }
span { border-color: rgb(145,163,210); }
td.TdClassName
{
border-color: #91A3D2;
}
.TagClassName
{
border-color: #91A3D2;
}
</style>