Shades of Portage #96A6DB
Tints of Portage #96A6DB
RGB
CMYK
RGB Variations
Color information
#96A6DB (or 0x96A6DB) is known color: Portage. HEX triplet: 96, A6 and DB. RGB value is (150,166,219). Sum of RGB (Red+Green+Blue) = 150+166+219=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #96A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A6DB is #695924. Grayscale: #A7A7A7. Windows color (decimal): -6904101 or 14395030. OLE color: 14395030.
HSL color Cylindrical-coordinate representation of color #96A6DB: hue angle of 226.09º 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 #96A6DB is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 166 | 219 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.14 |
| HSL | 226.09º | 0.49% | 0.72% | - |
| HSV(B) | 226.09º | 0.32% | 0.86% | - |
| XYZ | 39 | 38.87 | 72.47 | - |
| YUV | 167.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 219 | 0.32 | 0.24 | 0 | 0.14 | 226.09 | 0.49 | 0.72 |
| Hex | 96 | A6 | DB | 20 | 18 | 0 | E | E2 | 31 | 48 |
| Octal | 226 | 246 | 333 | 40 | 30 | 0 | 16 | 342 | 61 | 110 |
| Binary | 10010110 | 10100110 | 11011011 | 100000 | 11000 | 0 | 1110 | 11100010 | 110001 | 1001000 |
Color Harmonies of #96A6DB
Complementary color
Monochromatic Colors of #96A6DB
Black with #96A6DB
Text Example
Text Example
White with #96A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A6DB; }
p { color: rgb(150,166,219); }
H1.HeaderClassName
{
color: #96A6DB;
}
.AnyTagClassName
{
color: #96A6DB;
}
</style>
background-color css
<style>
a { background-color: #96A6DB; }
a { background-color: rgb(150,166,219); }
div.DivClassName
{
background-color: #96A6DB;
}
.BgClassName
{
background-color: #96A6DB;
}
</style>
border-color css
<style>
span { border-color: #96A6DB; }
span { border-color: rgb(150,166,219); }
td.TdClassName
{
border-color: #96A6DB;
}
.TagClassName
{
border-color: #96A6DB;
}
</style>