Shades of Portage #948DEA
Tints of Portage #948DEA
RGB
CMYK
RGB Variations
Color information
#948DEA (or 0x948DEA) is known color: Portage. HEX triplet: 94, 8D and EA. RGB value is (148,141,234). Sum of RGB (Red+Green+Blue) = 148+141+234=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #948DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DEA is #6B7215. Grayscale: #999999. Windows color (decimal): -7041558 or 15371668. OLE color: 15371668.
HSL color Cylindrical-coordinate representation of color #948DEA: hue angle of 244.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948DEA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 141 | 234 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.08 |
| HSL | 244.52º | 0.69% | 0.74% | - |
| HSV(B) | 244.52º | 0.4% | 0.92% | - |
| XYZ | 36.59 | 31.29 | 81.95 | - |
| YUV | 153.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 234 | 0.37 | 0.40 | 0 | 0.08 | 244.52 | 0.69 | 0.74 |
| Hex | 94 | 8D | EA | 25 | 28 | 0 | 8 | F5 | 45 | 4A |
| Octal | 224 | 215 | 352 | 45 | 50 | 0 | 10 | 365 | 105 | 112 |
| Binary | 10010100 | 10001101 | 11101010 | 100101 | 101000 | 0 | 1000 | 11110101 | 1000101 | 1001010 |
Color Harmonies of #948DEA
Complementary color
Monochromatic Colors of #948DEA
Black with #948DEA
Text Example
Text Example
White with #948DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DEA; }
p { color: rgb(148,141,234); }
H1.HeaderClassName
{
color: #948DEA;
}
.AnyTagClassName
{
color: #948DEA;
}
</style>
background-color css
<style>
a { background-color: #948DEA; }
a { background-color: rgb(148,141,234); }
div.DivClassName
{
background-color: #948DEA;
}
.BgClassName
{
background-color: #948DEA;
}
</style>
border-color css
<style>
span { border-color: #948DEA; }
span { border-color: rgb(148,141,234); }
td.TdClassName
{
border-color: #948DEA;
}
.TagClassName
{
border-color: #948DEA;
}
</style>