Shades of Portage #948FE7
Tints of Portage #948FE7
RGB
CMYK
RGB Variations
Color information
#948FE7 (or 0x948FE7) is known color: Portage. HEX triplet: 94, 8F and E7. RGB value is (148,143,231). Sum of RGB (Red+Green+Blue) = 148+143+231=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #948FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FE7 is #6B7018. Grayscale: #9A9A9A. Windows color (decimal): -7041049 or 15175572. OLE color: 15175572.
HSL color Cylindrical-coordinate representation of color #948FE7: hue angle of 243.41º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #948FE7 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 143 | 231 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.09 |
| HSL | 243.41º | 0.65% | 0.73% | - |
| HSV(B) | 243.41º | 0.38% | 0.91% | - |
| XYZ | 36.46 | 31.71 | 79.8 | - |
| YUV | 154.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 231 | 0.36 | 0.38 | 0 | 0.09 | 243.41 | 0.65 | 0.73 |
| Hex | 94 | 8F | E7 | 24 | 26 | 0 | 9 | F3 | 41 | 49 |
| Octal | 224 | 217 | 347 | 44 | 46 | 0 | 11 | 363 | 101 | 111 |
| Binary | 10010100 | 10001111 | 11100111 | 100100 | 100110 | 0 | 1001 | 11110011 | 1000001 | 1001001 |
Color Harmonies of #948FE7
Complementary color
Monochromatic Colors of #948FE7
Black with #948FE7
Text Example
Text Example
White with #948FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FE7; }
p { color: rgb(148,143,231); }
H1.HeaderClassName
{
color: #948FE7;
}
.AnyTagClassName
{
color: #948FE7;
}
</style>
background-color css
<style>
a { background-color: #948FE7; }
a { background-color: rgb(148,143,231); }
div.DivClassName
{
background-color: #948FE7;
}
.BgClassName
{
background-color: #948FE7;
}
</style>
border-color css
<style>
span { border-color: #948FE7; }
span { border-color: rgb(148,143,231); }
td.TdClassName
{
border-color: #948FE7;
}
.TagClassName
{
border-color: #948FE7;
}
</style>