Shades of Portage #918FEE
Tints of Portage #918FEE
RGB
CMYK
RGB Variations
Color information
#918FEE (or 0x918FEE) is known color: Portage. HEX triplet: 91, 8F and EE. RGB value is (145,143,238). Sum of RGB (Red+Green+Blue) = 145+143+238=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #918FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918FEE is #6E7011. Grayscale: #9A9A9A. Windows color (decimal): -7237650 or 15634321. OLE color: 15634321.
HSL color Cylindrical-coordinate representation of color #918FEE: hue angle of 241.26º 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 #918FEE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 143 | 238 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.07 |
| HSL | 241.26º | 0.74% | 0.75% | - |
| HSV(B) | 241.26º | 0.4% | 0.93% | - |
| XYZ | 36.93 | 31.84 | 85.09 | - |
| YUV | 154.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 238 | 0.39 | 0.40 | 0 | 0.07 | 241.26 | 0.74 | 0.75 |
| Hex | 91 | 8F | EE | 27 | 28 | 0 | 7 | F1 | 4A | 4B |
| Octal | 221 | 217 | 356 | 47 | 50 | 0 | 7 | 361 | 112 | 113 |
| Binary | 10010001 | 10001111 | 11101110 | 100111 | 101000 | 0 | 111 | 11110001 | 1001010 | 1001011 |
Color Harmonies of #918FEE
Complementary color
Monochromatic Colors of #918FEE
Black with #918FEE
Text Example
Text Example
White with #918FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FEE; }
p { color: rgb(145,143,238); }
H1.HeaderClassName
{
color: #918FEE;
}
.AnyTagClassName
{
color: #918FEE;
}
</style>
background-color css
<style>
a { background-color: #918FEE; }
a { background-color: rgb(145,143,238); }
div.DivClassName
{
background-color: #918FEE;
}
.BgClassName
{
background-color: #918FEE;
}
</style>
border-color css
<style>
span { border-color: #918FEE; }
span { border-color: rgb(145,143,238); }
td.TdClassName
{
border-color: #918FEE;
}
.TagClassName
{
border-color: #918FEE;
}
</style>