Shades of Portage #948FE5
Tints of Portage #948FE5
RGB
CMYK
RGB Variations
Color information
#948FE5 (or 0x948FE5) is known color: Portage. HEX triplet: 94, 8F and E5. RGB value is (148,143,229). Sum of RGB (Red+Green+Blue) = 148+143+229=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #948FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FE5 is #6B701A. Grayscale: #999999. Windows color (decimal): -7041051 or 15044500. OLE color: 15044500.
HSL color Cylindrical-coordinate representation of color #948FE5: hue angle of 243.49º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #948FE5 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 143 | 229 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.10 |
| HSL | 243.49º | 0.62% | 0.73% | - |
| HSV(B) | 243.49º | 0.38% | 0.9% | - |
| XYZ | 36.18 | 31.6 | 78.32 | - |
| YUV | 154.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 229 | 0.35 | 0.38 | 0 | 0.10 | 243.49 | 0.62 | 0.73 |
| Hex | 94 | 8F | E5 | 23 | 26 | 0 | A | F3 | 3E | 49 |
| Octal | 224 | 217 | 345 | 43 | 46 | 0 | 12 | 363 | 76 | 111 |
| Binary | 10010100 | 10001111 | 11100101 | 100011 | 100110 | 0 | 1010 | 11110011 | 111110 | 1001001 |
Color Harmonies of #948FE5
Complementary color
Monochromatic Colors of #948FE5
Black with #948FE5
Text Example
Text Example
White with #948FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FE5; }
p { color: rgb(148,143,229); }
H1.HeaderClassName
{
color: #948FE5;
}
.AnyTagClassName
{
color: #948FE5;
}
</style>
background-color css
<style>
a { background-color: #948FE5; }
a { background-color: rgb(148,143,229); }
div.DivClassName
{
background-color: #948FE5;
}
.BgClassName
{
background-color: #948FE5;
}
</style>
border-color css
<style>
span { border-color: #948FE5; }
span { border-color: rgb(148,143,229); }
td.TdClassName
{
border-color: #948FE5;
}
.TagClassName
{
border-color: #948FE5;
}
</style>