Shades of Portage #948FEE
Tints of Portage #948FEE
RGB
CMYK
RGB Variations
Color information
#948FEE (or 0x948FEE) is known color: Portage. HEX triplet: 94, 8F and EE. RGB value is (148,143,238). Sum of RGB (Red+Green+Blue) = 148+143+238=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #948FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FEE is #6B7011. Grayscale: #9A9A9A. Windows color (decimal): -7041042 or 15634324. OLE color: 15634324.
HSL color Cylindrical-coordinate representation of color #948FEE: hue angle of 243.16º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948FEE is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 143 | 238 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.07 |
| HSL | 243.16º | 0.74% | 0.75% | - |
| HSV(B) | 243.16º | 0.4% | 0.93% | - |
| XYZ | 37.47 | 32.11 | 85.11 | - |
| YUV | 155.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 238 | 0.38 | 0.40 | 0 | 0.07 | 243.16 | 0.74 | 0.75 |
| Hex | 94 | 8F | EE | 26 | 28 | 0 | 7 | F3 | 4A | 4B |
| Octal | 224 | 217 | 356 | 46 | 50 | 0 | 7 | 363 | 112 | 113 |
| Binary | 10010100 | 10001111 | 11101110 | 100110 | 101000 | 0 | 111 | 11110011 | 1001010 | 1001011 |
Color Harmonies of #948FEE
Complementary color
Monochromatic Colors of #948FEE
Black with #948FEE
Text Example
Text Example
White with #948FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FEE; }
p { color: rgb(148,143,238); }
H1.HeaderClassName
{
color: #948FEE;
}
.AnyTagClassName
{
color: #948FEE;
}
</style>
background-color css
<style>
a { background-color: #948FEE; }
a { background-color: rgb(148,143,238); }
div.DivClassName
{
background-color: #948FEE;
}
.BgClassName
{
background-color: #948FEE;
}
</style>
border-color css
<style>
span { border-color: #948FEE; }
span { border-color: rgb(148,143,238); }
td.TdClassName
{
border-color: #948FEE;
}
.TagClassName
{
border-color: #948FEE;
}
</style>