Shades of Portage #918AE1
Tints of Portage #918AE1
RGB
CMYK
RGB Variations
Color information
#918AE1 (or 0x918AE1) is known color: Portage. HEX triplet: 91, 8A and E1. RGB value is (145,138,225). Sum of RGB (Red+Green+Blue) = 145+138+225=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #918AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AE1 is #6E751E. Grayscale: #959595. Windows color (decimal): -7238943 or 14781073. OLE color: 14781073.
HSL color Cylindrical-coordinate representation of color #918AE1: hue angle of 244.83º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918AE1 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 138 | 225 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.12 |
| HSL | 244.83º | 0.59% | 0.71% | - |
| HSV(B) | 244.83º | 0.39% | 0.88% | - |
| XYZ | 34.36 | 29.63 | 75.14 | - |
| YUV | 150.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 225 | 0.36 | 0.39 | 0 | 0.12 | 244.83 | 0.59 | 0.71 |
| Hex | 91 | 8A | E1 | 24 | 27 | 0 | C | F5 | 3B | 47 |
| Octal | 221 | 212 | 341 | 44 | 47 | 0 | 14 | 365 | 73 | 107 |
| Binary | 10010001 | 10001010 | 11100001 | 100100 | 100111 | 0 | 1100 | 11110101 | 111011 | 1000111 |
Color Harmonies of #918AE1
Complementary color
Monochromatic Colors of #918AE1
Black with #918AE1
Text Example
Text Example
White with #918AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AE1; }
p { color: rgb(145,138,225); }
H1.HeaderClassName
{
color: #918AE1;
}
.AnyTagClassName
{
color: #918AE1;
}
</style>
background-color css
<style>
a { background-color: #918AE1; }
a { background-color: rgb(145,138,225); }
div.DivClassName
{
background-color: #918AE1;
}
.BgClassName
{
background-color: #918AE1;
}
</style>
border-color css
<style>
span { border-color: #918AE1; }
span { border-color: rgb(145,138,225); }
td.TdClassName
{
border-color: #918AE1;
}
.TagClassName
{
border-color: #918AE1;
}
</style>