Shades of Portage #948FED
Tints of Portage #948FED
RGB
CMYK
RGB Variations
Color information
#948FED (or 0x948FED) is known color: Portage. HEX triplet: 94, 8F and ED. RGB value is (148,143,237). Sum of RGB (Red+Green+Blue) = 148+143+237=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #948FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FED is #6B7012. Grayscale: #9A9A9A. Windows color (decimal): -7041043 or 15568788. OLE color: 15568788.
HSL color Cylindrical-coordinate representation of color #948FED: hue angle of 243.19º degrees, saturation: 0.72, 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 #948FED is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 143 | 237 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.07 |
| HSL | 243.19º | 0.72% | 0.75% | - |
| HSV(B) | 243.19º | 0.4% | 0.93% | - |
| XYZ | 37.32 | 32.06 | 84.34 | - |
| YUV | 155.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 237 | 0.38 | 0.40 | 0 | 0.07 | 243.19 | 0.72 | 0.75 |
| Hex | 94 | 8F | ED | 26 | 28 | 0 | 7 | F3 | 48 | 4B |
| Octal | 224 | 217 | 355 | 46 | 50 | 0 | 7 | 363 | 110 | 113 |
| Binary | 10010100 | 10001111 | 11101101 | 100110 | 101000 | 0 | 111 | 11110011 | 1001000 | 1001011 |
Color Harmonies of #948FED
Complementary color
Monochromatic Colors of #948FED
Black with #948FED
Text Example
Text Example
White with #948FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FED; }
p { color: rgb(148,143,237); }
H1.HeaderClassName
{
color: #948FED;
}
.AnyTagClassName
{
color: #948FED;
}
</style>
background-color css
<style>
a { background-color: #948FED; }
a { background-color: rgb(148,143,237); }
div.DivClassName
{
background-color: #948FED;
}
.BgClassName
{
background-color: #948FED;
}
</style>
border-color css
<style>
span { border-color: #948FED; }
span { border-color: rgb(148,143,237); }
td.TdClassName
{
border-color: #948FED;
}
.TagClassName
{
border-color: #948FED;
}
</style>