Shades of Portage #91A3E8
Tints of Portage #91A3E8
RGB
CMYK
RGB Variations
Color information
#91A3E8 (or 0x91A3E8) is known color: Portage. HEX triplet: 91, A3 and E8. RGB value is (145,163,232). Sum of RGB (Red+Green+Blue) = 145+163+232=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #91A3E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A3E8 is #6E5C17. Grayscale: #A5A5A5. Windows color (decimal): -7232536 or 15246225. OLE color: 15246225.
HSL color Cylindrical-coordinate representation of color #91A3E8: hue angle of 227.59º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91A3E8 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 163 | 232 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.09 |
| HSL | 227.59º | 0.65% | 0.74% | - |
| HSV(B) | 227.59º | 0.38% | 0.91% | - |
| XYZ | 39.34 | 38.04 | 81.61 | - |
| YUV | 165.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 232 | 0.38 | 0.30 | 0 | 0.09 | 227.59 | 0.65 | 0.74 |
| Hex | 91 | A3 | E8 | 26 | 1E | 0 | 9 | E4 | 41 | 4A |
| Octal | 221 | 243 | 350 | 46 | 36 | 0 | 11 | 344 | 101 | 112 |
| Binary | 10010001 | 10100011 | 11101000 | 100110 | 11110 | 0 | 1001 | 11100100 | 1000001 | 1001010 |
Color Harmonies of #91A3E8
Complementary color
Monochromatic Colors of #91A3E8
Black with #91A3E8
Text Example
Text Example
White with #91A3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A3E8; }
p { color: rgb(145,163,232); }
H1.HeaderClassName
{
color: #91A3E8;
}
.AnyTagClassName
{
color: #91A3E8;
}
</style>
background-color css
<style>
a { background-color: #91A3E8; }
a { background-color: rgb(145,163,232); }
div.DivClassName
{
background-color: #91A3E8;
}
.BgClassName
{
background-color: #91A3E8;
}
</style>
border-color css
<style>
span { border-color: #91A3E8; }
span { border-color: rgb(145,163,232); }
td.TdClassName
{
border-color: #91A3E8;
}
.TagClassName
{
border-color: #91A3E8;
}
</style>