Shades of Portage #918FED
Tints of Portage #918FED
RGB
CMYK
RGB Variations
Color information
#918FED (or 0x918FED) is known color: Portage. HEX triplet: 91, 8F and ED. RGB value is (145,143,237). Sum of RGB (Red+Green+Blue) = 145+143+237=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #918FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918FED is #6E7012. Grayscale: #999999. Windows color (decimal): -7237651 or 15568785. OLE color: 15568785.
HSL color Cylindrical-coordinate representation of color #918FED: hue angle of 241.28º degrees, saturation: 0.72, 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 #918FED is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 143 | 237 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.07 |
| HSL | 241.28º | 0.72% | 0.75% | - |
| HSV(B) | 241.28º | 0.4% | 0.93% | - |
| XYZ | 36.79 | 31.78 | 84.32 | - |
| YUV | 154.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 237 | 0.39 | 0.40 | 0 | 0.07 | 241.28 | 0.72 | 0.75 |
| Hex | 91 | 8F | ED | 27 | 28 | 0 | 7 | F1 | 48 | 4B |
| Octal | 221 | 217 | 355 | 47 | 50 | 0 | 7 | 361 | 110 | 113 |
| Binary | 10010001 | 10001111 | 11101101 | 100111 | 101000 | 0 | 111 | 11110001 | 1001000 | 1001011 |
Color Harmonies of #918FED
Complementary color
Monochromatic Colors of #918FED
Black with #918FED
Text Example
Text Example
White with #918FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FED; }
p { color: rgb(145,143,237); }
H1.HeaderClassName
{
color: #918FED;
}
.AnyTagClassName
{
color: #918FED;
}
</style>
background-color css
<style>
a { background-color: #918FED; }
a { background-color: rgb(145,143,237); }
div.DivClassName
{
background-color: #918FED;
}
.BgClassName
{
background-color: #918FED;
}
</style>
border-color css
<style>
span { border-color: #918FED; }
span { border-color: rgb(145,143,237); }
td.TdClassName
{
border-color: #918FED;
}
.TagClassName
{
border-color: #918FED;
}
</style>