Shades of Portage #91A3DE
Tints of Portage #91A3DE
RGB
CMYK
RGB Variations
Color information
#91A3DE (or 0x91A3DE) is known color: Portage. HEX triplet: 91, A3 and DE. RGB value is (145,163,222). Sum of RGB (Red+Green+Blue) = 145+163+222=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #91A3DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3DE is #6E5C21. Grayscale: #A4A4A4. Windows color (decimal): -7232546 or 14590865. OLE color: 14590865.
HSL color Cylindrical-coordinate representation of color #91A3DE: hue angle of 225.97º degrees, saturation: 0.54, 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 #91A3DE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 163 | 222 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.13 |
| HSL | 225.97º | 0.54% | 0.72% | - |
| HSV(B) | 225.97º | 0.35% | 0.87% | - |
| XYZ | 37.96 | 37.49 | 74.34 | - |
| YUV | 164.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 222 | 0.35 | 0.27 | 0 | 0.13 | 225.97 | 0.54 | 0.72 |
| Hex | 91 | A3 | DE | 23 | 1B | 0 | D | E2 | 36 | 48 |
| Octal | 221 | 243 | 336 | 43 | 33 | 0 | 15 | 342 | 66 | 110 |
| Binary | 10010001 | 10100011 | 11011110 | 100011 | 11011 | 0 | 1101 | 11100010 | 110110 | 1001000 |
Color Harmonies of #91A3DE
Complementary color
Monochromatic Colors of #91A3DE
Black with #91A3DE
Text Example
Text Example
White with #91A3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A3DE; }
p { color: rgb(145,163,222); }
H1.HeaderClassName
{
color: #91A3DE;
}
.AnyTagClassName
{
color: #91A3DE;
}
</style>
background-color css
<style>
a { background-color: #91A3DE; }
a { background-color: rgb(145,163,222); }
div.DivClassName
{
background-color: #91A3DE;
}
.BgClassName
{
background-color: #91A3DE;
}
</style>
border-color css
<style>
span { border-color: #91A3DE; }
span { border-color: rgb(145,163,222); }
td.TdClassName
{
border-color: #91A3DE;
}
.TagClassName
{
border-color: #91A3DE;
}
</style>