Shades of Portage #91A5EF
Tints of Portage #91A5EF
RGB
CMYK
RGB Variations
Color information
#91A5EF (or 0x91A5EF) is known color: Portage. HEX triplet: 91, A5 and EF. RGB value is (145,165,239). Sum of RGB (Red+Green+Blue) = 145+165+239=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #91A5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A5EF is #6E5A10. Grayscale: #A7A7A7. Windows color (decimal): -7232017 or 15705489. OLE color: 15705489.
HSL color Cylindrical-coordinate representation of color #91A5EF: hue angle of 227.23º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91A5EF is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 165 | 239 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.06 |
| HSL | 227.23º | 0.75% | 0.75% | - |
| HSV(B) | 227.23º | 0.39% | 0.94% | - |
| XYZ | 40.71 | 39.16 | 87.07 | - |
| YUV | 167.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 239 | 0.39 | 0.31 | 0 | 0.06 | 227.23 | 0.75 | 0.75 |
| Hex | 91 | A5 | EF | 27 | 1F | 0 | 6 | E3 | 4B | 4B |
| Octal | 221 | 245 | 357 | 47 | 37 | 0 | 6 | 343 | 113 | 113 |
| Binary | 10010001 | 10100101 | 11101111 | 100111 | 11111 | 0 | 110 | 11100011 | 1001011 | 1001011 |
Color Harmonies of #91A5EF
Complementary color
Monochromatic Colors of #91A5EF
Black with #91A5EF
Text Example
Text Example
White with #91A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A5EF; }
p { color: rgb(145,165,239); }
H1.HeaderClassName
{
color: #91A5EF;
}
.AnyTagClassName
{
color: #91A5EF;
}
</style>
background-color css
<style>
a { background-color: #91A5EF; }
a { background-color: rgb(145,165,239); }
div.DivClassName
{
background-color: #91A5EF;
}
.BgClassName
{
background-color: #91A5EF;
}
</style>
border-color css
<style>
span { border-color: #91A5EF; }
span { border-color: rgb(145,165,239); }
td.TdClassName
{
border-color: #91A5EF;
}
.TagClassName
{
border-color: #91A5EF;
}
</style>