Shades of Portage #96A0D9
Tints of Portage #96A0D9
RGB
CMYK
RGB Variations
Color information
#96A0D9 (or 0x96A0D9) is known color: Portage. HEX triplet: 96, A0 and D9. RGB value is (150,160,217). Sum of RGB (Red+Green+Blue) = 150+160+217=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #96A0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0D9 is #695F26. Grayscale: #A3A3A3. Windows color (decimal): -6905639 or 14262422. OLE color: 14262422.
HSL color Cylindrical-coordinate representation of color #96A0D9: hue angle of 231.04º 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 #96A0D9 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 160 | 217 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.15 |
| HSL | 231.04º | 0.47% | 0.72% | - |
| HSV(B) | 231.04º | 0.31% | 0.85% | - |
| XYZ | 37.67 | 36.64 | 70.73 | - |
| YUV | 163.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 217 | 0.31 | 0.26 | 0 | 0.15 | 231.04 | 0.47 | 0.72 |
| Hex | 96 | A0 | D9 | 1F | 1A | 0 | F | E7 | 2F | 48 |
| Octal | 226 | 240 | 331 | 37 | 32 | 0 | 17 | 347 | 57 | 110 |
| Binary | 10010110 | 10100000 | 11011001 | 11111 | 11010 | 0 | 1111 | 11100111 | 101111 | 1001000 |
Color Harmonies of #96A0D9
Complementary color
Monochromatic Colors of #96A0D9
Black with #96A0D9
Text Example
Text Example
White with #96A0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0D9; }
p { color: rgb(150,160,217); }
H1.HeaderClassName
{
color: #96A0D9;
}
.AnyTagClassName
{
color: #96A0D9;
}
</style>
background-color css
<style>
a { background-color: #96A0D9; }
a { background-color: rgb(150,160,217); }
div.DivClassName
{
background-color: #96A0D9;
}
.BgClassName
{
background-color: #96A0D9;
}
</style>
border-color css
<style>
span { border-color: #96A0D9; }
span { border-color: rgb(150,160,217); }
td.TdClassName
{
border-color: #96A0D9;
}
.TagClassName
{
border-color: #96A0D9;
}
</style>