Shades of Portage #96A3DC
Tints of Portage #96A3DC
RGB
CMYK
RGB Variations
Color information
#96A3DC (or 0x96A3DC) is known color: Portage. HEX triplet: 96, A3 and DC. RGB value is (150,163,220). Sum of RGB (Red+Green+Blue) = 150+163+220=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #96A3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3DC is #695C23. Grayscale: #A5A5A5. Windows color (decimal): -6904868 or 14459798. OLE color: 14459798.
HSL color Cylindrical-coordinate representation of color #96A3DC: hue angle of 228.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96A3DC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 163 | 220 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.14 |
| HSL | 228.86º | 0.5% | 0.73% | - |
| HSV(B) | 228.86º | 0.32% | 0.86% | - |
| XYZ | 38.59 | 37.85 | 72.98 | - |
| YUV | 165.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 220 | 0.32 | 0.26 | 0 | 0.14 | 228.86 | 0.5 | 0.73 |
| Hex | 96 | A3 | DC | 20 | 1A | 0 | E | E5 | 32 | 49 |
| Octal | 226 | 243 | 334 | 40 | 32 | 0 | 16 | 345 | 62 | 111 |
| Binary | 10010110 | 10100011 | 11011100 | 100000 | 11010 | 0 | 1110 | 11100101 | 110010 | 1001001 |
Color Harmonies of #96A3DC
Complementary color
Monochromatic Colors of #96A3DC
Black with #96A3DC
Text Example
Text Example
White with #96A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3DC; }
p { color: rgb(150,163,220); }
H1.HeaderClassName
{
color: #96A3DC;
}
.AnyTagClassName
{
color: #96A3DC;
}
</style>
background-color css
<style>
a { background-color: #96A3DC; }
a { background-color: rgb(150,163,220); }
div.DivClassName
{
background-color: #96A3DC;
}
.BgClassName
{
background-color: #96A3DC;
}
</style>
border-color css
<style>
span { border-color: #96A3DC; }
span { border-color: rgb(150,163,220); }
td.TdClassName
{
border-color: #96A3DC;
}
.TagClassName
{
border-color: #96A3DC;
}
</style>