Shades of Portage #918DEE
Tints of Portage #918DEE
RGB
CMYK
RGB Variations
Color information
#918DEE (or 0x918DEE) is known color: Portage. HEX triplet: 91, 8D and EE. RGB value is (145,141,238). Sum of RGB (Red+Green+Blue) = 145+141+238=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #918DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DEE is #6E7211. Grayscale: #989898. Windows color (decimal): -7238162 or 15633809. OLE color: 15633809.
HSL color Cylindrical-coordinate representation of color #918DEE: hue angle of 242.47º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #918DEE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 141 | 238 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.07 |
| HSL | 242.47º | 0.74% | 0.74% | - |
| HSV(B) | 242.47º | 0.41% | 0.93% | - |
| XYZ | 36.63 | 31.24 | 84.99 | - |
| YUV | 153.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 238 | 0.39 | 0.41 | 0 | 0.07 | 242.47 | 0.74 | 0.74 |
| Hex | 91 | 8D | EE | 27 | 29 | 0 | 7 | F2 | 4A | 4A |
| Octal | 221 | 215 | 356 | 47 | 51 | 0 | 7 | 362 | 112 | 112 |
| Binary | 10010001 | 10001101 | 11101110 | 100111 | 101001 | 0 | 111 | 11110010 | 1001010 | 1001010 |
Color Harmonies of #918DEE
Complementary color
Monochromatic Colors of #918DEE
Black with #918DEE
Text Example
Text Example
White with #918DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DEE; }
p { color: rgb(145,141,238); }
H1.HeaderClassName
{
color: #918DEE;
}
.AnyTagClassName
{
color: #918DEE;
}
</style>
background-color css
<style>
a { background-color: #918DEE; }
a { background-color: rgb(145,141,238); }
div.DivClassName
{
background-color: #918DEE;
}
.BgClassName
{
background-color: #918DEE;
}
</style>
border-color css
<style>
span { border-color: #918DEE; }
span { border-color: rgb(145,141,238); }
td.TdClassName
{
border-color: #918DEE;
}
.TagClassName
{
border-color: #918DEE;
}
</style>