Shades of Portage #91A2DF
Tints of Portage #91A2DF
RGB
CMYK
RGB Variations
Color information
#91A2DF (or 0x91A2DF) is known color: Portage. HEX triplet: 91, A2 and DF. RGB value is (145,162,223). Sum of RGB (Red+Green+Blue) = 145+162+223=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #91A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A2DF is #6E5D20. Grayscale: #A3A3A3. Windows color (decimal): -7232801 or 14656145. OLE color: 14656145.
HSL color Cylindrical-coordinate representation of color #91A2DF: hue angle of 226.92º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91A2DF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 162 | 223 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.13 |
| HSL | 226.92º | 0.55% | 0.72% | - |
| HSV(B) | 226.92º | 0.35% | 0.87% | - |
| XYZ | 37.92 | 37.19 | 74.99 | - |
| YUV | 163.87 | 161.37 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 223 | 0.35 | 0.27 | 0 | 0.13 | 226.92 | 0.55 | 0.72 |
| Hex | 91 | A2 | DF | 23 | 1B | 0 | D | E3 | 37 | 48 |
| Octal | 221 | 242 | 337 | 43 | 33 | 0 | 15 | 343 | 67 | 110 |
| Binary | 10010001 | 10100010 | 11011111 | 100011 | 11011 | 0 | 1101 | 11100011 | 110111 | 1001000 |
Color Harmonies of #91A2DF
Complementary color
Monochromatic Colors of #91A2DF
Black with #91A2DF
Text Example
Text Example
White with #91A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A2DF; }
p { color: rgb(145,162,223); }
H1.HeaderClassName
{
color: #91A2DF;
}
.AnyTagClassName
{
color: #91A2DF;
}
</style>
background-color css
<style>
a { background-color: #91A2DF; }
a { background-color: rgb(145,162,223); }
div.DivClassName
{
background-color: #91A2DF;
}
.BgClassName
{
background-color: #91A2DF;
}
</style>
border-color css
<style>
span { border-color: #91A2DF; }
span { border-color: rgb(145,162,223); }
td.TdClassName
{
border-color: #91A2DF;
}
.TagClassName
{
border-color: #91A2DF;
}
</style>