Shades of Portage #919AE3
Tints of Portage #919AE3
RGB
CMYK
RGB Variations
Color information
#919AE3 (or 0x919AE3) is known color: Portage. HEX triplet: 91, 9A and E3. RGB value is (145,154,227). Sum of RGB (Red+Green+Blue) = 145+154+227=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #919AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AE3 is #6E651C. Grayscale: #9F9F9F. Windows color (decimal): -7234845 or 14916241. OLE color: 14916241.
HSL color Cylindrical-coordinate representation of color #919AE3: hue angle of 233.41º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #919AE3 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 154 | 227 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.11 |
| HSL | 233.41º | 0.59% | 0.73% | - |
| HSV(B) | 233.41º | 0.36% | 0.89% | - |
| XYZ | 37.1 | 34.68 | 77.41 | - |
| YUV | 159.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 227 | 0.36 | 0.32 | 0 | 0.11 | 233.41 | 0.59 | 0.73 |
| Hex | 91 | 9A | E3 | 24 | 20 | 0 | B | E9 | 3B | 49 |
| Octal | 221 | 232 | 343 | 44 | 40 | 0 | 13 | 351 | 73 | 111 |
| Binary | 10010001 | 10011010 | 11100011 | 100100 | 100000 | 0 | 1011 | 11101001 | 111011 | 1001001 |
Color Harmonies of #919AE3
Complementary color
Monochromatic Colors of #919AE3
Black with #919AE3
Text Example
Text Example
White with #919AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AE3; }
p { color: rgb(145,154,227); }
H1.HeaderClassName
{
color: #919AE3;
}
.AnyTagClassName
{
color: #919AE3;
}
</style>
background-color css
<style>
a { background-color: #919AE3; }
a { background-color: rgb(145,154,227); }
div.DivClassName
{
background-color: #919AE3;
}
.BgClassName
{
background-color: #919AE3;
}
</style>
border-color css
<style>
span { border-color: #919AE3; }
span { border-color: rgb(145,154,227); }
td.TdClassName
{
border-color: #919AE3;
}
.TagClassName
{
border-color: #919AE3;
}
</style>