Shades of Portage #918EEE
Tints of Portage #918EEE
RGB
CMYK
RGB Variations
Color information
#918EEE (or 0x918EEE) is known color: Portage. HEX triplet: 91, 8E and EE. RGB value is (145,142,238). Sum of RGB (Red+Green+Blue) = 145+142+238=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #918EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EEE is #6E7111. Grayscale: #999999. Windows color (decimal): -7237906 or 15634065. OLE color: 15634065.
HSL color Cylindrical-coordinate representation of color #918EEE: hue angle of 241.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918EEE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 142 | 238 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.07 |
| HSL | 241.88º | 0.74% | 0.75% | - |
| HSV(B) | 241.88º | 0.4% | 0.93% | - |
| XYZ | 36.78 | 31.54 | 85.04 | - |
| YUV | 153.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 238 | 0.39 | 0.40 | 0 | 0.07 | 241.88 | 0.74 | 0.75 |
| Hex | 91 | 8E | EE | 27 | 28 | 0 | 7 | F2 | 4A | 4B |
| Octal | 221 | 216 | 356 | 47 | 50 | 0 | 7 | 362 | 112 | 113 |
| Binary | 10010001 | 10001110 | 11101110 | 100111 | 101000 | 0 | 111 | 11110010 | 1001010 | 1001011 |
Color Harmonies of #918EEE
Complementary color
Monochromatic Colors of #918EEE
Black with #918EEE
Text Example
Text Example
White with #918EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918EEE; }
p { color: rgb(145,142,238); }
H1.HeaderClassName
{
color: #918EEE;
}
.AnyTagClassName
{
color: #918EEE;
}
</style>
background-color css
<style>
a { background-color: #918EEE; }
a { background-color: rgb(145,142,238); }
div.DivClassName
{
background-color: #918EEE;
}
.BgClassName
{
background-color: #918EEE;
}
</style>
border-color css
<style>
span { border-color: #918EEE; }
span { border-color: rgb(145,142,238); }
td.TdClassName
{
border-color: #918EEE;
}
.TagClassName
{
border-color: #918EEE;
}
</style>