Shades of Portage #91A8EB
Tints of Portage #91A8EB
RGB
CMYK
RGB Variations
Color information
#91A8EB (or 0x91A8EB) is known color: Portage. HEX triplet: 91, A8 and EB. RGB value is (145,168,235). Sum of RGB (Red+Green+Blue) = 145+168+235=548 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.46% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #91A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A8EB is #6E5714. Grayscale: #A8A8A8. Windows color (decimal): -7231253 or 15444113. OLE color: 15444113.
HSL color Cylindrical-coordinate representation of color #91A8EB: hue angle of 224.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91A8EB is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 168 | 235 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.08 |
| HSL | 224.67º | 0.69% | 0.75% | - |
| HSV(B) | 224.67º | 0.38% | 0.92% | - |
| XYZ | 40.68 | 40.02 | 84.18 | - |
| YUV | 168.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 235 | 0.38 | 0.29 | 0 | 0.08 | 224.67 | 0.69 | 0.75 |
| Hex | 91 | A8 | EB | 26 | 1D | 0 | 8 | E1 | 45 | 4B |
| Octal | 221 | 250 | 353 | 46 | 35 | 0 | 10 | 341 | 105 | 113 |
| Binary | 10010001 | 10101000 | 11101011 | 100110 | 11101 | 0 | 1000 | 11100001 | 1000101 | 1001011 |
Color Harmonies of #91A8EB
Complementary color
Monochromatic Colors of #91A8EB
Black with #91A8EB
Text Example
Text Example
White with #91A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A8EB; }
p { color: rgb(145,168,235); }
H1.HeaderClassName
{
color: #91A8EB;
}
.AnyTagClassName
{
color: #91A8EB;
}
</style>
background-color css
<style>
a { background-color: #91A8EB; }
a { background-color: rgb(145,168,235); }
div.DivClassName
{
background-color: #91A8EB;
}
.BgClassName
{
background-color: #91A8EB;
}
</style>
border-color css
<style>
span { border-color: #91A8EB; }
span { border-color: rgb(145,168,235); }
td.TdClassName
{
border-color: #91A8EB;
}
.TagClassName
{
border-color: #91A8EB;
}
</style>