Shades of Portage #91A3D6
Tints of Portage #91A3D6
RGB
CMYK
RGB Variations
Color information
#91A3D6 (or 0x91A3D6) is known color: Portage. HEX triplet: 91, A3 and D6. RGB value is (145,163,214). Sum of RGB (Red+Green+Blue) = 145+163+214=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 163 (64.06% from 255 or 31.23% 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 #91A3D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3D6 is #6E5C29. Grayscale: #A3A3A3. Windows color (decimal): -7232554 or 14066577. OLE color: 14066577.
HSL color Cylindrical-coordinate representation of color #91A3D6: hue angle of 224.35º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91A3D6 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 163 | 214 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.16 |
| HSL | 224.35º | 0.46% | 0.7% | - |
| HSV(B) | 224.35º | 0.32% | 0.84% | - |
| XYZ | 36.91 | 37.07 | 68.83 | - |
| YUV | 163.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 214 | 0.32 | 0.24 | 0 | 0.16 | 224.35 | 0.46 | 0.7 |
| Hex | 91 | A3 | D6 | 20 | 18 | 0 | 10 | E0 | 2E | 46 |
| Octal | 221 | 243 | 326 | 40 | 30 | 0 | 20 | 340 | 56 | 106 |
| Binary | 10010001 | 10100011 | 11010110 | 100000 | 11000 | 0 | 10000 | 11100000 | 101110 | 1000110 |
Color Harmonies of #91A3D6
Complementary color
Monochromatic Colors of #91A3D6
Black with #91A3D6
Text Example
Text Example
White with #91A3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A3D6; }
p { color: rgb(145,163,214); }
H1.HeaderClassName
{
color: #91A3D6;
}
.AnyTagClassName
{
color: #91A3D6;
}
</style>
background-color css
<style>
a { background-color: #91A3D6; }
a { background-color: rgb(145,163,214); }
div.DivClassName
{
background-color: #91A3D6;
}
.BgClassName
{
background-color: #91A3D6;
}
</style>
border-color css
<style>
span { border-color: #91A3D6; }
span { border-color: rgb(145,163,214); }
td.TdClassName
{
border-color: #91A3D6;
}
.TagClassName
{
border-color: #91A3D6;
}
</style>