Shades of Portage #948FEC
Tints of Portage #948FEC
RGB
CMYK
RGB Variations
Color information
#948FEC (or 0x948FEC) is known color: Portage. HEX triplet: 94, 8F and EC. RGB value is (148,143,236). Sum of RGB (Red+Green+Blue) = 148+143+236=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #948FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FEC is #6B7013. Grayscale: #9A9A9A. Windows color (decimal): -7041044 or 15503252. OLE color: 15503252.
HSL color Cylindrical-coordinate representation of color #948FEC: hue angle of 243.23º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #948FEC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 143 | 236 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.07 |
| HSL | 243.23º | 0.71% | 0.74% | - |
| HSV(B) | 243.23º | 0.39% | 0.93% | - |
| XYZ | 37.18 | 32 | 83.57 | - |
| YUV | 155.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 236 | 0.37 | 0.39 | 0 | 0.07 | 243.23 | 0.71 | 0.74 |
| Hex | 94 | 8F | EC | 25 | 27 | 0 | 7 | F3 | 47 | 4A |
| Octal | 224 | 217 | 354 | 45 | 47 | 0 | 7 | 363 | 107 | 112 |
| Binary | 10010100 | 10001111 | 11101100 | 100101 | 100111 | 0 | 111 | 11110011 | 1000111 | 1001010 |
Color Harmonies of #948FEC
Complementary color
Monochromatic Colors of #948FEC
Black with #948FEC
Text Example
Text Example
White with #948FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FEC; }
p { color: rgb(148,143,236); }
H1.HeaderClassName
{
color: #948FEC;
}
.AnyTagClassName
{
color: #948FEC;
}
</style>
background-color css
<style>
a { background-color: #948FEC; }
a { background-color: rgb(148,143,236); }
div.DivClassName
{
background-color: #948FEC;
}
.BgClassName
{
background-color: #948FEC;
}
</style>
border-color css
<style>
span { border-color: #948FEC; }
span { border-color: rgb(148,143,236); }
td.TdClassName
{
border-color: #948FEC;
}
.TagClassName
{
border-color: #948FEC;
}
</style>