Shades of Portage #96A0DF
Tints of Portage #96A0DF
RGB
CMYK
RGB Variations
Color information
#96A0DF (or 0x96A0DF) is known color: Portage. HEX triplet: 96, A0 and DF. RGB value is (150,160,223). Sum of RGB (Red+Green+Blue) = 150+160+223=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #96A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0DF is #695F20. Grayscale: #A3A3A3. Windows color (decimal): -6905633 or 14655638. OLE color: 14655638.
HSL color Cylindrical-coordinate representation of color #96A0DF: hue angle of 231.78º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A0DF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 160 | 223 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.13 |
| HSL | 231.78º | 0.53% | 0.73% | - |
| HSV(B) | 231.78º | 0.33% | 0.87% | - |
| XYZ | 38.47 | 36.95 | 74.92 | - |
| YUV | 164.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 223 | 0.33 | 0.28 | 0 | 0.13 | 231.78 | 0.53 | 0.73 |
| Hex | 96 | A0 | DF | 21 | 1C | 0 | D | E8 | 35 | 49 |
| Octal | 226 | 240 | 337 | 41 | 34 | 0 | 15 | 350 | 65 | 111 |
| Binary | 10010110 | 10100000 | 11011111 | 100001 | 11100 | 0 | 1101 | 11101000 | 110101 | 1001001 |
Color Harmonies of #96A0DF
Complementary color
Monochromatic Colors of #96A0DF
Black with #96A0DF
Text Example
Text Example
White with #96A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0DF; }
p { color: rgb(150,160,223); }
H1.HeaderClassName
{
color: #96A0DF;
}
.AnyTagClassName
{
color: #96A0DF;
}
</style>
background-color css
<style>
a { background-color: #96A0DF; }
a { background-color: rgb(150,160,223); }
div.DivClassName
{
background-color: #96A0DF;
}
.BgClassName
{
background-color: #96A0DF;
}
</style>
border-color css
<style>
span { border-color: #96A0DF; }
span { border-color: rgb(150,160,223); }
td.TdClassName
{
border-color: #96A0DF;
}
.TagClassName
{
border-color: #96A0DF;
}
</style>