Shades of Portage #948BE7
Tints of Portage #948BE7
RGB
CMYK
RGB Variations
Color information
#948BE7 (or 0x948BE7) is known color: Portage. HEX triplet: 94, 8B and E7. RGB value is (148,139,231). Sum of RGB (Red+Green+Blue) = 148+139+231=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #948BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948BE7 is #6B7418. Grayscale: #979797. Windows color (decimal): -7042073 or 15174548. OLE color: 15174548.
HSL color Cylindrical-coordinate representation of color #948BE7: hue angle of 245.87º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948BE7 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 139 | 231 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.09 |
| HSL | 245.87º | 0.66% | 0.73% | - |
| HSV(B) | 245.87º | 0.4% | 0.91% | - |
| XYZ | 35.87 | 30.53 | 79.6 | - |
| YUV | 152.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 231 | 0.36 | 0.40 | 0 | 0.09 | 245.87 | 0.66 | 0.73 |
| Hex | 94 | 8B | E7 | 24 | 28 | 0 | 9 | F6 | 42 | 49 |
| Octal | 224 | 213 | 347 | 44 | 50 | 0 | 11 | 366 | 102 | 111 |
| Binary | 10010100 | 10001011 | 11100111 | 100100 | 101000 | 0 | 1001 | 11110110 | 1000010 | 1001001 |
Color Harmonies of #948BE7
Complementary color
Monochromatic Colors of #948BE7
Black with #948BE7
Text Example
Text Example
White with #948BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BE7; }
p { color: rgb(148,139,231); }
H1.HeaderClassName
{
color: #948BE7;
}
.AnyTagClassName
{
color: #948BE7;
}
</style>
background-color css
<style>
a { background-color: #948BE7; }
a { background-color: rgb(148,139,231); }
div.DivClassName
{
background-color: #948BE7;
}
.BgClassName
{
background-color: #948BE7;
}
</style>
border-color css
<style>
span { border-color: #948BE7; }
span { border-color: rgb(148,139,231); }
td.TdClassName
{
border-color: #948BE7;
}
.TagClassName
{
border-color: #948BE7;
}
</style>