Shades of Portage #96A2D9
Tints of Portage #96A2D9
RGB
CMYK
RGB Variations
Color information
#96A2D9 (or 0x96A2D9) is known color: Portage. HEX triplet: 96, A2 and D9. RGB value is (150,162,217). Sum of RGB (Red+Green+Blue) = 150+162+217=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #96A2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A2D9 is #695D26. Grayscale: #A4A4A4. Windows color (decimal): -6905127 or 14262934. OLE color: 14262934.
HSL color Cylindrical-coordinate representation of color #96A2D9: hue angle of 229.25º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96A2D9 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 162 | 217 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.15 |
| HSL | 229.25º | 0.47% | 0.72% | - |
| HSV(B) | 229.25º | 0.31% | 0.85% | - |
| XYZ | 38.02 | 37.33 | 70.85 | - |
| YUV | 164.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 217 | 0.31 | 0.25 | 0 | 0.15 | 229.25 | 0.47 | 0.72 |
| Hex | 96 | A2 | D9 | 1F | 19 | 0 | F | E5 | 2F | 48 |
| Octal | 226 | 242 | 331 | 37 | 31 | 0 | 17 | 345 | 57 | 110 |
| Binary | 10010110 | 10100010 | 11011001 | 11111 | 11001 | 0 | 1111 | 11100101 | 101111 | 1001000 |
Color Harmonies of #96A2D9
Complementary color
Monochromatic Colors of #96A2D9
Black with #96A2D9
Text Example
Text Example
White with #96A2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A2D9; }
p { color: rgb(150,162,217); }
H1.HeaderClassName
{
color: #96A2D9;
}
.AnyTagClassName
{
color: #96A2D9;
}
</style>
background-color css
<style>
a { background-color: #96A2D9; }
a { background-color: rgb(150,162,217); }
div.DivClassName
{
background-color: #96A2D9;
}
.BgClassName
{
background-color: #96A2D9;
}
</style>
border-color css
<style>
span { border-color: #96A2D9; }
span { border-color: rgb(150,162,217); }
td.TdClassName
{
border-color: #96A2D9;
}
.TagClassName
{
border-color: #96A2D9;
}
</style>