Shades of Portage #948CEC
Tints of Portage #948CEC
RGB
CMYK
RGB Variations
Color information
#948CEC (or 0x948CEC) is known color: Portage. HEX triplet: 94, 8C and EC. RGB value is (148,140,236). Sum of RGB (Red+Green+Blue) = 148+140+236=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #948CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948CEC is #6B7313. Grayscale: #989898. Windows color (decimal): -7041812 or 15502484. OLE color: 15502484.
HSL color Cylindrical-coordinate representation of color #948CEC: hue angle of 245º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #948CEC is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 140 | 236 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.07 |
| HSL | 245º | 0.72% | 0.74% | - |
| HSV(B) | 245º | 0.41% | 0.93% | - |
| XYZ | 36.73 | 31.11 | 83.43 | - |
| YUV | 153.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 236 | 0.37 | 0.41 | 0 | 0.07 | 245 | 0.72 | 0.74 |
| Hex | 94 | 8C | EC | 25 | 29 | 0 | 7 | F5 | 48 | 4A |
| Octal | 224 | 214 | 354 | 45 | 51 | 0 | 7 | 365 | 110 | 112 |
| Binary | 10010100 | 10001100 | 11101100 | 100101 | 101001 | 0 | 111 | 11110101 | 1001000 | 1001010 |
Color Harmonies of #948CEC
Complementary color
Monochromatic Colors of #948CEC
Black with #948CEC
Text Example
Text Example
White with #948CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CEC; }
p { color: rgb(148,140,236); }
H1.HeaderClassName
{
color: #948CEC;
}
.AnyTagClassName
{
color: #948CEC;
}
</style>
background-color css
<style>
a { background-color: #948CEC; }
a { background-color: rgb(148,140,236); }
div.DivClassName
{
background-color: #948CEC;
}
.BgClassName
{
background-color: #948CEC;
}
</style>
border-color css
<style>
span { border-color: #948CEC; }
span { border-color: rgb(148,140,236); }
td.TdClassName
{
border-color: #948CEC;
}
.TagClassName
{
border-color: #948CEC;
}
</style>