Shades of Portage #9493E5
Tints of Portage #9493E5
RGB
CMYK
RGB Variations
Color information
#9493E5 (or 0x9493E5) is known color: Portage. HEX triplet: 94, 93 and E5. RGB value is (148,147,229). Sum of RGB (Red+Green+Blue) = 148+147+229=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #9493E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9493E5 is #6B6C1A. Grayscale: #9C9C9C. Windows color (decimal): -7040027 or 15045524. OLE color: 15045524.
HSL color Cylindrical-coordinate representation of color #9493E5: hue angle of 240.73º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9493E5 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 147 | 229 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.10 |
| HSL | 240.73º | 0.61% | 0.74% | - |
| HSV(B) | 240.73º | 0.36% | 0.9% | - |
| XYZ | 36.79 | 32.82 | 78.52 | - |
| YUV | 156.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 229 | 0.35 | 0.36 | 0 | 0.10 | 240.73 | 0.61 | 0.74 |
| Hex | 94 | 93 | E5 | 23 | 24 | 0 | A | F1 | 3D | 4A |
| Octal | 224 | 223 | 345 | 43 | 44 | 0 | 12 | 361 | 75 | 112 |
| Binary | 10010100 | 10010011 | 11100101 | 100011 | 100100 | 0 | 1010 | 11110001 | 111101 | 1001010 |
Color Harmonies of #9493E5
Complementary color
Monochromatic Colors of #9493E5
Black with #9493E5
Text Example
Text Example
White with #9493E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9493E5; }
p { color: rgb(148,147,229); }
H1.HeaderClassName
{
color: #9493E5;
}
.AnyTagClassName
{
color: #9493E5;
}
</style>
background-color css
<style>
a { background-color: #9493E5; }
a { background-color: rgb(148,147,229); }
div.DivClassName
{
background-color: #9493E5;
}
.BgClassName
{
background-color: #9493E5;
}
</style>
border-color css
<style>
span { border-color: #9493E5; }
span { border-color: rgb(148,147,229); }
td.TdClassName
{
border-color: #9493E5;
}
.TagClassName
{
border-color: #9493E5;
}
</style>