Shades of Portage #9394DC
Tints of Portage #9394DC
RGB
CMYK
RGB Variations
Color information
#9394DC (or 0x9394DC) is known color: Portage. HEX triplet: 93, 94 and DC. RGB value is (147,148,220). Sum of RGB (Red+Green+Blue) = 147+148+220=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #9394DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9394DC is #6C6B23. Grayscale: #9B9B9B. Windows color (decimal): -7105316 or 14455955. OLE color: 14455955.
HSL color Cylindrical-coordinate representation of color #9394DC: hue angle of 239.18º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9394DC is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 148 | 220 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.14 |
| HSL | 239.18º | 0.51% | 0.72% | - |
| HSV(B) | 239.18º | 0.33% | 0.86% | - |
| XYZ | 35.54 | 32.55 | 72.12 | - |
| YUV | 155.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 220 | 0.33 | 0.33 | 0 | 0.14 | 239.18 | 0.51 | 0.72 |
| Hex | 93 | 94 | DC | 21 | 21 | 0 | E | EF | 33 | 48 |
| Octal | 223 | 224 | 334 | 41 | 41 | 0 | 16 | 357 | 63 | 110 |
| Binary | 10010011 | 10010100 | 11011100 | 100001 | 100001 | 0 | 1110 | 11101111 | 110011 | 1001000 |
Color Harmonies of #9394DC
Complementary color
Monochromatic Colors of #9394DC
Black with #9394DC
Text Example
Text Example
White with #9394DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9394DC; }
p { color: rgb(147,148,220); }
H1.HeaderClassName
{
color: #9394DC;
}
.AnyTagClassName
{
color: #9394DC;
}
</style>
background-color css
<style>
a { background-color: #9394DC; }
a { background-color: rgb(147,148,220); }
div.DivClassName
{
background-color: #9394DC;
}
.BgClassName
{
background-color: #9394DC;
}
</style>
border-color css
<style>
span { border-color: #9394DC; }
span { border-color: rgb(147,148,220); }
td.TdClassName
{
border-color: #9394DC;
}
.TagClassName
{
border-color: #9394DC;
}
</style>