Shades of Portage #96A0DB
Tints of Portage #96A0DB
RGB
CMYK
RGB Variations
Color information
#96A0DB (or 0x96A0DB) is known color: Portage. HEX triplet: 96, A0 and DB. RGB value is (150,160,219). Sum of RGB (Red+Green+Blue) = 150+160+219=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #96A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0DB is #695F24. Grayscale: #A3A3A3. Windows color (decimal): -6905637 or 14393494. OLE color: 14393494.
HSL color Cylindrical-coordinate representation of color #96A0DB: hue angle of 231.3º degrees, saturation: 0.49, 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 #96A0DB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 160 | 219 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.14 |
| HSL | 231.3º | 0.49% | 0.72% | - |
| HSV(B) | 231.3º | 0.32% | 0.86% | - |
| XYZ | 37.93 | 36.74 | 72.11 | - |
| YUV | 163.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 219 | 0.32 | 0.27 | 0 | 0.14 | 231.3 | 0.49 | 0.72 |
| Hex | 96 | A0 | DB | 20 | 1B | 0 | E | E7 | 31 | 48 |
| Octal | 226 | 240 | 333 | 40 | 33 | 0 | 16 | 347 | 61 | 110 |
| Binary | 10010110 | 10100000 | 11011011 | 100000 | 11011 | 0 | 1110 | 11100111 | 110001 | 1001000 |
Color Harmonies of #96A0DB
Complementary color
Monochromatic Colors of #96A0DB
Black with #96A0DB
Text Example
Text Example
White with #96A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0DB; }
p { color: rgb(150,160,219); }
H1.HeaderClassName
{
color: #96A0DB;
}
.AnyTagClassName
{
color: #96A0DB;
}
</style>
background-color css
<style>
a { background-color: #96A0DB; }
a { background-color: rgb(150,160,219); }
div.DivClassName
{
background-color: #96A0DB;
}
.BgClassName
{
background-color: #96A0DB;
}
</style>
border-color css
<style>
span { border-color: #96A0DB; }
span { border-color: rgb(150,160,219); }
td.TdClassName
{
border-color: #96A0DB;
}
.TagClassName
{
border-color: #96A0DB;
}
</style>