Shades of Portage #96A3D8
Tints of Portage #96A3D8
RGB
CMYK
RGB Variations
Color information
#96A3D8 (or 0x96A3D8) is known color: Portage. HEX triplet: 96, A3 and D8. RGB value is (150,163,216). Sum of RGB (Red+Green+Blue) = 150+163+216=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #96A3D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3D8 is #695C27. Grayscale: #A4A4A4. Windows color (decimal): -6904872 or 14197654. OLE color: 14197654.
HSL color Cylindrical-coordinate representation of color #96A3D8: hue angle of 228.18º degrees, saturation: 0.46, 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 #96A3D8 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 163 | 216 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.15 |
| HSL | 228.18º | 0.46% | 0.72% | - |
| HSV(B) | 228.18º | 0.31% | 0.85% | - |
| XYZ | 38.07 | 37.64 | 70.22 | - |
| YUV | 165.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 216 | 0.31 | 0.25 | 0 | 0.15 | 228.18 | 0.46 | 0.72 |
| Hex | 96 | A3 | D8 | 1F | 19 | 0 | F | E4 | 2E | 48 |
| Octal | 226 | 243 | 330 | 37 | 31 | 0 | 17 | 344 | 56 | 110 |
| Binary | 10010110 | 10100011 | 11011000 | 11111 | 11001 | 0 | 1111 | 11100100 | 101110 | 1001000 |
Color Harmonies of #96A3D8
Complementary color
Monochromatic Colors of #96A3D8
Black with #96A3D8
Text Example
Text Example
White with #96A3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3D8; }
p { color: rgb(150,163,216); }
H1.HeaderClassName
{
color: #96A3D8;
}
.AnyTagClassName
{
color: #96A3D8;
}
</style>
background-color css
<style>
a { background-color: #96A3D8; }
a { background-color: rgb(150,163,216); }
div.DivClassName
{
background-color: #96A3D8;
}
.BgClassName
{
background-color: #96A3D8;
}
</style>
border-color css
<style>
span { border-color: #96A3D8; }
span { border-color: rgb(150,163,216); }
td.TdClassName
{
border-color: #96A3D8;
}
.TagClassName
{
border-color: #96A3D8;
}
</style>