Shades of Portage #9396DC
Tints of Portage #9396DC
RGB
CMYK
RGB Variations
Color information
#9396DC (or 0x9396DC) is known color: Portage. HEX triplet: 93, 96 and DC. RGB value is (147,150,220). Sum of RGB (Red+Green+Blue) = 147+150+220=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9396DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396DC is #6C6923. Grayscale: #9C9C9C. Windows color (decimal): -7104804 or 14456467. OLE color: 14456467.
HSL color Cylindrical-coordinate representation of color #9396DC: hue angle of 237.53º 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 #9396DC is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 150 | 220 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.14 |
| HSL | 237.53º | 0.51% | 0.72% | - |
| HSV(B) | 237.53º | 0.33% | 0.86% | - |
| XYZ | 35.86 | 33.18 | 72.23 | - |
| YUV | 157.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 220 | 0.33 | 0.32 | 0 | 0.14 | 237.53 | 0.51 | 0.72 |
| Hex | 93 | 96 | DC | 21 | 20 | 0 | E | EE | 33 | 48 |
| Octal | 223 | 226 | 334 | 41 | 40 | 0 | 16 | 356 | 63 | 110 |
| Binary | 10010011 | 10010110 | 11011100 | 100001 | 100000 | 0 | 1110 | 11101110 | 110011 | 1001000 |
Color Harmonies of #9396DC
Complementary color
Monochromatic Colors of #9396DC
Black with #9396DC
Text Example
Text Example
White with #9396DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9396DC; }
p { color: rgb(147,150,220); }
H1.HeaderClassName
{
color: #9396DC;
}
.AnyTagClassName
{
color: #9396DC;
}
</style>
background-color css
<style>
a { background-color: #9396DC; }
a { background-color: rgb(147,150,220); }
div.DivClassName
{
background-color: #9396DC;
}
.BgClassName
{
background-color: #9396DC;
}
</style>
border-color css
<style>
span { border-color: #9396DC; }
span { border-color: rgb(147,150,220); }
td.TdClassName
{
border-color: #9396DC;
}
.TagClassName
{
border-color: #9396DC;
}
</style>