Shades of Portage #948FEF
Tints of Portage #948FEF
RGB
CMYK
RGB Variations
Color information
#948FEF (or 0x948FEF) is known color: Portage. HEX triplet: 94, 8F and EF. RGB value is (148,143,239). Sum of RGB (Red+Green+Blue) = 148+143+239=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #948FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FEF is #6B7010. Grayscale: #9B9B9B. Windows color (decimal): -7041041 or 15699860. OLE color: 15699860.
HSL color Cylindrical-coordinate representation of color #948FEF: hue angle of 243.13º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948FEF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 143 | 239 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.06 |
| HSL | 243.13º | 0.75% | 0.75% | - |
| HSV(B) | 243.13º | 0.4% | 0.94% | - |
| XYZ | 37.62 | 32.17 | 85.89 | - |
| YUV | 155.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 239 | 0.38 | 0.40 | 0 | 0.06 | 243.13 | 0.75 | 0.75 |
| Hex | 94 | 8F | EF | 26 | 28 | 0 | 6 | F3 | 4B | 4B |
| Octal | 224 | 217 | 357 | 46 | 50 | 0 | 6 | 363 | 113 | 113 |
| Binary | 10010100 | 10001111 | 11101111 | 100110 | 101000 | 0 | 110 | 11110011 | 1001011 | 1001011 |
Color Harmonies of #948FEF
Complementary color
Monochromatic Colors of #948FEF
Black with #948FEF
Text Example
Text Example
White with #948FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FEF; }
p { color: rgb(148,143,239); }
H1.HeaderClassName
{
color: #948FEF;
}
.AnyTagClassName
{
color: #948FEF;
}
</style>
background-color css
<style>
a { background-color: #948FEF; }
a { background-color: rgb(148,143,239); }
div.DivClassName
{
background-color: #948FEF;
}
.BgClassName
{
background-color: #948FEF;
}
</style>
border-color css
<style>
span { border-color: #948FEF; }
span { border-color: rgb(148,143,239); }
td.TdClassName
{
border-color: #948FEF;
}
.TagClassName
{
border-color: #948FEF;
}
</style>