Shades of Portage #9392DF
Tints of Portage #9392DF
RGB
CMYK
RGB Variations
Color information
#9392DF (or 0x9392DF) is known color: Portage. HEX triplet: 93, 92 and DF. RGB value is (147,146,223). Sum of RGB (Red+Green+Blue) = 147+146+223=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #9392DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9392DF is #6C6D20. Grayscale: #9A9A9A. Windows color (decimal): -7105825 or 14652051. OLE color: 14652051.
HSL color Cylindrical-coordinate representation of color #9392DF: hue angle of 240.78º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9392DF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 146 | 223 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.13 |
| HSL | 240.78º | 0.55% | 0.72% | - |
| HSV(B) | 240.78º | 0.35% | 0.87% | - |
| XYZ | 35.63 | 32.09 | 74.13 | - |
| YUV | 155.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 223 | 0.34 | 0.35 | 0 | 0.13 | 240.78 | 0.55 | 0.72 |
| Hex | 93 | 92 | DF | 22 | 23 | 0 | D | F1 | 37 | 48 |
| Octal | 223 | 222 | 337 | 42 | 43 | 0 | 15 | 361 | 67 | 110 |
| Binary | 10010011 | 10010010 | 11011111 | 100010 | 100011 | 0 | 1101 | 11110001 | 110111 | 1001000 |
Color Harmonies of #9392DF
Complementary color
Monochromatic Colors of #9392DF
Black with #9392DF
Text Example
Text Example
White with #9392DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9392DF; }
p { color: rgb(147,146,223); }
H1.HeaderClassName
{
color: #9392DF;
}
.AnyTagClassName
{
color: #9392DF;
}
</style>
background-color css
<style>
a { background-color: #9392DF; }
a { background-color: rgb(147,146,223); }
div.DivClassName
{
background-color: #9392DF;
}
.BgClassName
{
background-color: #9392DF;
}
</style>
border-color css
<style>
span { border-color: #9392DF; }
span { border-color: rgb(147,146,223); }
td.TdClassName
{
border-color: #9392DF;
}
.TagClassName
{
border-color: #9392DF;
}
</style>