Shades of Portage #91A8DD
Tints of Portage #91A8DD
RGB
CMYK
RGB Variations
Color information
#91A8DD (or 0x91A8DD) is known color: Portage. HEX triplet: 91, A8 and DD. RGB value is (145,168,221). Sum of RGB (Red+Green+Blue) = 145+168+221=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #91A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A8DD is #6E5722. Grayscale: #A6A6A6. Windows color (decimal): -7231267 or 14526609. OLE color: 14526609.
HSL color Cylindrical-coordinate representation of color #91A8DD: hue angle of 221.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91A8DD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 168 | 221 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.13 |
| HSL | 221.84º | 0.53% | 0.72% | - |
| HSV(B) | 221.84º | 0.34% | 0.87% | - |
| XYZ | 38.73 | 39.25 | 73.94 | - |
| YUV | 167.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 221 | 0.34 | 0.24 | 0 | 0.13 | 221.84 | 0.53 | 0.72 |
| Hex | 91 | A8 | DD | 22 | 18 | 0 | D | DE | 35 | 48 |
| Octal | 221 | 250 | 335 | 42 | 30 | 0 | 15 | 336 | 65 | 110 |
| Binary | 10010001 | 10101000 | 11011101 | 100010 | 11000 | 0 | 1101 | 11011110 | 110101 | 1001000 |
Color Harmonies of #91A8DD
Complementary color
Monochromatic Colors of #91A8DD
Black with #91A8DD
Text Example
Text Example
White with #91A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A8DD; }
p { color: rgb(145,168,221); }
H1.HeaderClassName
{
color: #91A8DD;
}
.AnyTagClassName
{
color: #91A8DD;
}
</style>
background-color css
<style>
a { background-color: #91A8DD; }
a { background-color: rgb(145,168,221); }
div.DivClassName
{
background-color: #91A8DD;
}
.BgClassName
{
background-color: #91A8DD;
}
</style>
border-color css
<style>
span { border-color: #91A8DD; }
span { border-color: rgb(145,168,221); }
td.TdClassName
{
border-color: #91A8DD;
}
.TagClassName
{
border-color: #91A8DD;
}
</style>