Shades of Portage #948CEF
Tints of Portage #948CEF
RGB
CMYK
RGB Variations
Color information
#948CEF (or 0x948CEF) is known color: Portage. HEX triplet: 94, 8C and EF. RGB value is (148,140,239). Sum of RGB (Red+Green+Blue) = 148+140+239=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #948CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948CEF is #6B7310. Grayscale: #999999. Windows color (decimal): -7041809 or 15699092. OLE color: 15699092.
HSL color Cylindrical-coordinate representation of color #948CEF: hue angle of 244.85º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #948CEF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 140 | 239 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.06 |
| HSL | 244.85º | 0.76% | 0.74% | - |
| HSV(B) | 244.85º | 0.41% | 0.94% | - |
| XYZ | 37.17 | 31.28 | 85.74 | - |
| YUV | 153.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 239 | 0.38 | 0.41 | 0 | 0.06 | 244.85 | 0.76 | 0.74 |
| Hex | 94 | 8C | EF | 26 | 29 | 0 | 6 | F5 | 4C | 4A |
| Octal | 224 | 214 | 357 | 46 | 51 | 0 | 6 | 365 | 114 | 112 |
| Binary | 10010100 | 10001100 | 11101111 | 100110 | 101001 | 0 | 110 | 11110101 | 1001100 | 1001010 |
Color Harmonies of #948CEF
Complementary color
Monochromatic Colors of #948CEF
Black with #948CEF
Text Example
Text Example
White with #948CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CEF; }
p { color: rgb(148,140,239); }
H1.HeaderClassName
{
color: #948CEF;
}
.AnyTagClassName
{
color: #948CEF;
}
</style>
background-color css
<style>
a { background-color: #948CEF; }
a { background-color: rgb(148,140,239); }
div.DivClassName
{
background-color: #948CEF;
}
.BgClassName
{
background-color: #948CEF;
}
</style>
border-color css
<style>
span { border-color: #948CEF; }
span { border-color: rgb(148,140,239); }
td.TdClassName
{
border-color: #948CEF;
}
.TagClassName
{
border-color: #948CEF;
}
</style>