Shades of Portage #948DEC
Tints of Portage #948DEC
RGB
CMYK
RGB Variations
Color information
#948DEC (or 0x948DEC) is known color: Portage. HEX triplet: 94, 8D and EC. RGB value is (148,141,236). Sum of RGB (Red+Green+Blue) = 148+141+236=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #948DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DEC is #6B7213. Grayscale: #999999. Windows color (decimal): -7041556 or 15502740. OLE color: 15502740.
HSL color Cylindrical-coordinate representation of color #948DEC: hue angle of 244.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948DEC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 141 | 236 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.07 |
| HSL | 244.42º | 0.71% | 0.74% | - |
| HSV(B) | 244.42º | 0.4% | 0.93% | - |
| XYZ | 36.88 | 31.4 | 83.47 | - |
| YUV | 153.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 236 | 0.37 | 0.40 | 0 | 0.07 | 244.42 | 0.71 | 0.74 |
| Hex | 94 | 8D | EC | 25 | 28 | 0 | 7 | F4 | 47 | 4A |
| Octal | 224 | 215 | 354 | 45 | 50 | 0 | 7 | 364 | 107 | 112 |
| Binary | 10010100 | 10001101 | 11101100 | 100101 | 101000 | 0 | 111 | 11110100 | 1000111 | 1001010 |
Color Harmonies of #948DEC
Complementary color
Monochromatic Colors of #948DEC
Black with #948DEC
Text Example
Text Example
White with #948DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DEC; }
p { color: rgb(148,141,236); }
H1.HeaderClassName
{
color: #948DEC;
}
.AnyTagClassName
{
color: #948DEC;
}
</style>
background-color css
<style>
a { background-color: #948DEC; }
a { background-color: rgb(148,141,236); }
div.DivClassName
{
background-color: #948DEC;
}
.BgClassName
{
background-color: #948DEC;
}
</style>
border-color css
<style>
span { border-color: #948DEC; }
span { border-color: rgb(148,141,236); }
td.TdClassName
{
border-color: #948DEC;
}
.TagClassName
{
border-color: #948DEC;
}
</style>