Shades of Portage #96A0CF
Tints of Portage #96A0CF
RGB
CMYK
RGB Variations
Color information
#96A0CF (or 0x96A0CF) is known color: Portage. HEX triplet: 96, A0 and CF. RGB value is (150,160,207). Sum of RGB (Red+Green+Blue) = 150+160+207=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #96A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0CF is #695F30. Grayscale: #A2A2A2. Windows color (decimal): -6905649 or 13607062. OLE color: 13607062.
HSL color Cylindrical-coordinate representation of color #96A0CF: hue angle of 229.47º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96A0CF is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 160 | 207 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.19 |
| HSL | 229.47º | 0.37% | 0.7% | - |
| HSV(B) | 229.47º | 0.28% | 0.81% | - |
| XYZ | 36.41 | 36.13 | 64.09 | - |
| YUV | 162.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 207 | 0.28 | 0.23 | 0 | 0.19 | 229.47 | 0.37 | 0.7 |
| Hex | 96 | A0 | CF | 1C | 17 | 0 | 13 | E5 | 25 | 46 |
| Octal | 226 | 240 | 317 | 34 | 27 | 0 | 23 | 345 | 45 | 106 |
| Binary | 10010110 | 10100000 | 11001111 | 11100 | 10111 | 0 | 10011 | 11100101 | 100101 | 1000110 |
Color Harmonies of #96A0CF
Complementary color
Monochromatic Colors of #96A0CF
Black with #96A0CF
Text Example
Text Example
White with #96A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0CF; }
p { color: rgb(150,160,207); }
H1.HeaderClassName
{
color: #96A0CF;
}
.AnyTagClassName
{
color: #96A0CF;
}
</style>
background-color css
<style>
a { background-color: #96A0CF; }
a { background-color: rgb(150,160,207); }
div.DivClassName
{
background-color: #96A0CF;
}
.BgClassName
{
background-color: #96A0CF;
}
</style>
border-color css
<style>
span { border-color: #96A0CF; }
span { border-color: rgb(150,160,207); }
td.TdClassName
{
border-color: #96A0CF;
}
.TagClassName
{
border-color: #96A0CF;
}
</style>