Shades of Portage #948FF5
Tints of Portage #948FF5
RGB
CMYK
RGB Variations
Color information
#948FF5 (or 0x948FF5) is known color: Portage. HEX triplet: 94, 8F and F5. RGB value is (148,143,245). Sum of RGB (Red+Green+Blue) = 148+143+245=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 245 - color contains mainly: blue. Hex color #948FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FF5 is #6B700A. Grayscale: #9B9B9B. Windows color (decimal): -7041035 or 16093076. OLE color: 16093076.
HSL color Cylindrical-coordinate representation of color #948FF5: hue angle of 242.94º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #948FF5 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 143 | 245 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.04 |
| HSL | 242.94º | 0.84% | 0.76% | - |
| HSV(B) | 242.94º | 0.42% | 0.96% | - |
| XYZ | 38.52 | 32.53 | 90.64 | - |
| YUV | 156.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 245 | 0.40 | 0.42 | 0 | 0.04 | 242.94 | 0.84 | 0.76 |
| Hex | 94 | 8F | F5 | 28 | 2A | 0 | 4 | F3 | 54 | 4C |
| Octal | 224 | 217 | 365 | 50 | 52 | 0 | 4 | 363 | 124 | 114 |
| Binary | 10010100 | 10001111 | 11110101 | 101000 | 101010 | 0 | 100 | 11110011 | 1010100 | 1001100 |
Color Harmonies of #948FF5
Complementary color
Monochromatic Colors of #948FF5
Black with #948FF5
Text Example
Text Example
White with #948FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FF5; }
p { color: rgb(148,143,245); }
H1.HeaderClassName
{
color: #948FF5;
}
.AnyTagClassName
{
color: #948FF5;
}
</style>
background-color css
<style>
a { background-color: #948FF5; }
a { background-color: rgb(148,143,245); }
div.DivClassName
{
background-color: #948FF5;
}
.BgClassName
{
background-color: #948FF5;
}
</style>
border-color css
<style>
span { border-color: #948FF5; }
span { border-color: rgb(148,143,245); }
td.TdClassName
{
border-color: #948FF5;
}
.TagClassName
{
border-color: #948FF5;
}
</style>