Shades of Portage #919AE1
Tints of Portage #919AE1
RGB
CMYK
RGB Variations
Color information
#919AE1 (or 0x919AE1) is known color: Portage. HEX triplet: 91, 9A and E1. RGB value is (145,154,225). Sum of RGB (Red+Green+Blue) = 145+154+225=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #919AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AE1 is #6E651E. Grayscale: #9F9F9F. Windows color (decimal): -7234847 or 14785169. OLE color: 14785169.
HSL color Cylindrical-coordinate representation of color #919AE1: hue angle of 233.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #919AE1 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 154 | 225 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.12 |
| HSL | 233.25º | 0.57% | 0.73% | - |
| HSV(B) | 233.25º | 0.36% | 0.88% | - |
| XYZ | 36.82 | 34.57 | 75.97 | - |
| YUV | 159.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 225 | 0.36 | 0.32 | 0 | 0.12 | 233.25 | 0.57 | 0.73 |
| Hex | 91 | 9A | E1 | 24 | 20 | 0 | C | E9 | 39 | 49 |
| Octal | 221 | 232 | 341 | 44 | 40 | 0 | 14 | 351 | 71 | 111 |
| Binary | 10010001 | 10011010 | 11100001 | 100100 | 100000 | 0 | 1100 | 11101001 | 111001 | 1001001 |
Color Harmonies of #919AE1
Complementary color
Monochromatic Colors of #919AE1
Black with #919AE1
Text Example
Text Example
White with #919AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AE1; }
p { color: rgb(145,154,225); }
H1.HeaderClassName
{
color: #919AE1;
}
.AnyTagClassName
{
color: #919AE1;
}
</style>
background-color css
<style>
a { background-color: #919AE1; }
a { background-color: rgb(145,154,225); }
div.DivClassName
{
background-color: #919AE1;
}
.BgClassName
{
background-color: #919AE1;
}
</style>
border-color css
<style>
span { border-color: #919AE1; }
span { border-color: rgb(145,154,225); }
td.TdClassName
{
border-color: #919AE1;
}
.TagClassName
{
border-color: #919AE1;
}
</style>