Shades of Portage #9493DF
Tints of Portage #9493DF
RGB
CMYK
RGB Variations
Color information
#9493DF (or 0x9493DF) is known color: Portage. HEX triplet: 94, 93 and DF. RGB value is (148,147,223). Sum of RGB (Red+Green+Blue) = 148+147+223=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #9493DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9493DF is #6B6C20. Grayscale: #9B9B9B. Windows color (decimal): -7040033 or 14652308. OLE color: 14652308.
HSL color Cylindrical-coordinate representation of color #9493DF: hue angle of 240.79º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9493DF is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 147 | 223 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.13 |
| HSL | 240.79º | 0.54% | 0.73% | - |
| HSV(B) | 240.79º | 0.34% | 0.87% | - |
| XYZ | 35.97 | 32.49 | 74.19 | - |
| YUV | 155.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 223 | 0.34 | 0.34 | 0 | 0.13 | 240.79 | 0.54 | 0.73 |
| Hex | 94 | 93 | DF | 22 | 22 | 0 | D | F1 | 36 | 49 |
| Octal | 224 | 223 | 337 | 42 | 42 | 0 | 15 | 361 | 66 | 111 |
| Binary | 10010100 | 10010011 | 11011111 | 100010 | 100010 | 0 | 1101 | 11110001 | 110110 | 1001001 |
Color Harmonies of #9493DF
Complementary color
Monochromatic Colors of #9493DF
Black with #9493DF
Text Example
Text Example
White with #9493DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9493DF; }
p { color: rgb(148,147,223); }
H1.HeaderClassName
{
color: #9493DF;
}
.AnyTagClassName
{
color: #9493DF;
}
</style>
background-color css
<style>
a { background-color: #9493DF; }
a { background-color: rgb(148,147,223); }
div.DivClassName
{
background-color: #9493DF;
}
.BgClassName
{
background-color: #9493DF;
}
</style>
border-color css
<style>
span { border-color: #9493DF; }
span { border-color: rgb(148,147,223); }
td.TdClassName
{
border-color: #9493DF;
}
.TagClassName
{
border-color: #9493DF;
}
</style>