Shades of Portage #9394DB
Tints of Portage #9394DB
RGB
CMYK
RGB Variations
Color information
#9394DB (or 0x9394DB) is known color: Portage. HEX triplet: 93, 94 and DB. RGB value is (147,148,219). Sum of RGB (Red+Green+Blue) = 147+148+219=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9394DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9394DB is #6C6B24. Grayscale: #9B9B9B. Windows color (decimal): -7105317 or 14390419. OLE color: 14390419.
HSL color Cylindrical-coordinate representation of color #9394DB: hue angle of 239.17º degrees, saturation: 0.5, 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 #9394DB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 148 | 219 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.14 |
| HSL | 239.17º | 0.5% | 0.72% | - |
| HSV(B) | 239.17º | 0.33% | 0.86% | - |
| XYZ | 35.41 | 32.5 | 71.42 | - |
| YUV | 155.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 219 | 0.33 | 0.32 | 0 | 0.14 | 239.17 | 0.5 | 0.72 |
| Hex | 93 | 94 | DB | 21 | 20 | 0 | E | EF | 32 | 48 |
| Octal | 223 | 224 | 333 | 41 | 40 | 0 | 16 | 357 | 62 | 110 |
| Binary | 10010011 | 10010100 | 11011011 | 100001 | 100000 | 0 | 1110 | 11101111 | 110010 | 1001000 |
Color Harmonies of #9394DB
Complementary color
Monochromatic Colors of #9394DB
Black with #9394DB
Text Example
Text Example
White with #9394DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9394DB; }
p { color: rgb(147,148,219); }
H1.HeaderClassName
{
color: #9394DB;
}
.AnyTagClassName
{
color: #9394DB;
}
</style>
background-color css
<style>
a { background-color: #9394DB; }
a { background-color: rgb(147,148,219); }
div.DivClassName
{
background-color: #9394DB;
}
.BgClassName
{
background-color: #9394DB;
}
</style>
border-color css
<style>
span { border-color: #9394DB; }
span { border-color: rgb(147,148,219); }
td.TdClassName
{
border-color: #9394DB;
}
.TagClassName
{
border-color: #9394DB;
}
</style>