Shades of Portage #948CF0
Tints of Portage #948CF0
RGB
CMYK
RGB Variations
Color information
#948CF0 (or 0x948CF0) is known color: Portage. HEX triplet: 94, 8C and F0. RGB value is (148,140,240). Sum of RGB (Red+Green+Blue) = 148+140+240=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #948CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948CF0 is #6B730F. Grayscale: #999999. Windows color (decimal): -7041808 or 15764628. OLE color: 15764628.
HSL color Cylindrical-coordinate representation of color #948CF0: hue angle of 244.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #948CF0 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 140 | 240 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.06 |
| HSL | 244.8º | 0.77% | 0.75% | - |
| HSV(B) | 244.8º | 0.42% | 0.94% | - |
| XYZ | 37.32 | 31.34 | 86.52 | - |
| YUV | 153.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 240 | 0.38 | 0.42 | 0 | 0.06 | 244.8 | 0.77 | 0.75 |
| Hex | 94 | 8C | F0 | 26 | 2A | 0 | 6 | F5 | 4D | 4B |
| Octal | 224 | 214 | 360 | 46 | 52 | 0 | 6 | 365 | 115 | 113 |
| Binary | 10010100 | 10001100 | 11110000 | 100110 | 101010 | 0 | 110 | 11110101 | 1001101 | 1001011 |
Color Harmonies of #948CF0
Complementary color
Monochromatic Colors of #948CF0
Black with #948CF0
Text Example
Text Example
White with #948CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CF0; }
p { color: rgb(148,140,240); }
H1.HeaderClassName
{
color: #948CF0;
}
.AnyTagClassName
{
color: #948CF0;
}
</style>
background-color css
<style>
a { background-color: #948CF0; }
a { background-color: rgb(148,140,240); }
div.DivClassName
{
background-color: #948CF0;
}
.BgClassName
{
background-color: #948CF0;
}
</style>
border-color css
<style>
span { border-color: #948CF0; }
span { border-color: rgb(148,140,240); }
td.TdClassName
{
border-color: #948CF0;
}
.TagClassName
{
border-color: #948CF0;
}
</style>