Shades of Portage #918AE4
Tints of Portage #918AE4
RGB
CMYK
RGB Variations
Color information
#918AE4 (or 0x918AE4) is known color: Portage. HEX triplet: 91, 8A and E4. RGB value is (145,138,228). Sum of RGB (Red+Green+Blue) = 145+138+228=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #918AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AE4 is #6E751B. Grayscale: #969696. Windows color (decimal): -7238940 or 14977681. OLE color: 14977681.
HSL color Cylindrical-coordinate representation of color #918AE4: hue angle of 244.67º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918AE4 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 138 | 228 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.11 |
| HSL | 244.67º | 0.63% | 0.72% | - |
| HSV(B) | 244.67º | 0.39% | 0.89% | - |
| XYZ | 34.77 | 29.8 | 77.32 | - |
| YUV | 150.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 228 | 0.36 | 0.39 | 0 | 0.11 | 244.67 | 0.63 | 0.72 |
| Hex | 91 | 8A | E4 | 24 | 27 | 0 | B | F5 | 3E | 48 |
| Octal | 221 | 212 | 344 | 44 | 47 | 0 | 13 | 365 | 76 | 110 |
| Binary | 10010001 | 10001010 | 11100100 | 100100 | 100111 | 0 | 1011 | 11110101 | 111110 | 1001000 |
Color Harmonies of #918AE4
Complementary color
Monochromatic Colors of #918AE4
Black with #918AE4
Text Example
Text Example
White with #918AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AE4; }
p { color: rgb(145,138,228); }
H1.HeaderClassName
{
color: #918AE4;
}
.AnyTagClassName
{
color: #918AE4;
}
</style>
background-color css
<style>
a { background-color: #918AE4; }
a { background-color: rgb(145,138,228); }
div.DivClassName
{
background-color: #918AE4;
}
.BgClassName
{
background-color: #918AE4;
}
</style>
border-color css
<style>
span { border-color: #918AE4; }
span { border-color: rgb(145,138,228); }
td.TdClassName
{
border-color: #918AE4;
}
.TagClassName
{
border-color: #918AE4;
}
</style>