Shades of Portage #9496DB
Tints of Portage #9496DB
RGB
CMYK
RGB Variations
Color information
#9496DB (or 0x9496DB) is known color: Portage. HEX triplet: 94, 96 and DB. RGB value is (148,150,219). Sum of RGB (Red+Green+Blue) = 148+150+219=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #9496DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496DB is #6B6924. Grayscale: #9C9C9C. Windows color (decimal): -7039269 or 14390932. OLE color: 14390932.
HSL color Cylindrical-coordinate representation of color #9496DB: hue angle of 238.31º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9496DB is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 150 | 219 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.14 |
| HSL | 238.31º | 0.5% | 0.72% | - |
| HSV(B) | 238.31º | 0.32% | 0.86% | - |
| XYZ | 35.91 | 33.22 | 71.54 | - |
| YUV | 157.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 219 | 0.32 | 0.32 | 0 | 0.14 | 238.31 | 0.5 | 0.72 |
| Hex | 94 | 96 | DB | 20 | 20 | 0 | E | EE | 32 | 48 |
| Octal | 224 | 226 | 333 | 40 | 40 | 0 | 16 | 356 | 62 | 110 |
| Binary | 10010100 | 10010110 | 11011011 | 100000 | 100000 | 0 | 1110 | 11101110 | 110010 | 1001000 |
Color Harmonies of #9496DB
Complementary color
Monochromatic Colors of #9496DB
Black with #9496DB
Text Example
Text Example
White with #9496DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9496DB; }
p { color: rgb(148,150,219); }
H1.HeaderClassName
{
color: #9496DB;
}
.AnyTagClassName
{
color: #9496DB;
}
</style>
background-color css
<style>
a { background-color: #9496DB; }
a { background-color: rgb(148,150,219); }
div.DivClassName
{
background-color: #9496DB;
}
.BgClassName
{
background-color: #9496DB;
}
</style>
border-color css
<style>
span { border-color: #9496DB; }
span { border-color: rgb(148,150,219); }
td.TdClassName
{
border-color: #9496DB;
}
.TagClassName
{
border-color: #9496DB;
}
</style>