Shades of Portage #96A2D1
Tints of Portage #96A2D1
RGB
CMYK
RGB Variations
Color information
#96A2D1 (or 0x96A2D1) is known color: Portage. HEX triplet: 96, A2 and D1. RGB value is (150,162,209). Sum of RGB (Red+Green+Blue) = 150+162+209=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #96A2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A2D1 is #695D2E. Grayscale: #A3A3A3. Windows color (decimal): -6905135 or 13738646. OLE color: 13738646.
HSL color Cylindrical-coordinate representation of color #96A2D1: hue angle of 227.8º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96A2D1 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 162 | 209 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.18 |
| HSL | 227.8º | 0.39% | 0.7% | - |
| HSV(B) | 227.8º | 0.28% | 0.82% | - |
| XYZ | 37.01 | 36.93 | 65.5 | - |
| YUV | 163.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 209 | 0.28 | 0.22 | 0 | 0.18 | 227.8 | 0.39 | 0.7 |
| Hex | 96 | A2 | D1 | 1C | 16 | 0 | 12 | E4 | 27 | 46 |
| Octal | 226 | 242 | 321 | 34 | 26 | 0 | 22 | 344 | 47 | 106 |
| Binary | 10010110 | 10100010 | 11010001 | 11100 | 10110 | 0 | 10010 | 11100100 | 100111 | 1000110 |
Color Harmonies of #96A2D1
Complementary color
Monochromatic Colors of #96A2D1
Black with #96A2D1
Text Example
Text Example
White with #96A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A2D1; }
p { color: rgb(150,162,209); }
H1.HeaderClassName
{
color: #96A2D1;
}
.AnyTagClassName
{
color: #96A2D1;
}
</style>
background-color css
<style>
a { background-color: #96A2D1; }
a { background-color: rgb(150,162,209); }
div.DivClassName
{
background-color: #96A2D1;
}
.BgClassName
{
background-color: #96A2D1;
}
</style>
border-color css
<style>
span { border-color: #96A2D1; }
span { border-color: rgb(150,162,209); }
td.TdClassName
{
border-color: #96A2D1;
}
.TagClassName
{
border-color: #96A2D1;
}
</style>