Shades of Portage #948AED
Tints of Portage #948AED
RGB
CMYK
RGB Variations
Color information
#948AED (or 0x948AED) is known color: Portage. HEX triplet: 94, 8A and ED. RGB value is (148,138,237). Sum of RGB (Red+Green+Blue) = 148+138+237=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #948AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948AED is #6B7512. Grayscale: #979797. Windows color (decimal): -7042323 or 15567508. OLE color: 15567508.
HSL color Cylindrical-coordinate representation of color #948AED: hue angle of 246.06º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #948AED is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 138 | 237 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.07 |
| HSL | 246.06º | 0.73% | 0.74% | - |
| HSV(B) | 246.06º | 0.42% | 0.93% | - |
| XYZ | 36.59 | 30.59 | 84.1 | - |
| YUV | 152.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 237 | 0.38 | 0.42 | 0 | 0.07 | 246.06 | 0.73 | 0.74 |
| Hex | 94 | 8A | ED | 26 | 2A | 0 | 7 | F6 | 49 | 4A |
| Octal | 224 | 212 | 355 | 46 | 52 | 0 | 7 | 366 | 111 | 112 |
| Binary | 10010100 | 10001010 | 11101101 | 100110 | 101010 | 0 | 111 | 11110110 | 1001001 | 1001010 |
Color Harmonies of #948AED
Complementary color
Monochromatic Colors of #948AED
Black with #948AED
Text Example
Text Example
White with #948AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948AED; }
p { color: rgb(148,138,237); }
H1.HeaderClassName
{
color: #948AED;
}
.AnyTagClassName
{
color: #948AED;
}
</style>
background-color css
<style>
a { background-color: #948AED; }
a { background-color: rgb(148,138,237); }
div.DivClassName
{
background-color: #948AED;
}
.BgClassName
{
background-color: #948AED;
}
</style>
border-color css
<style>
span { border-color: #948AED; }
span { border-color: rgb(148,138,237); }
td.TdClassName
{
border-color: #948AED;
}
.TagClassName
{
border-color: #948AED;
}
</style>