Shades of Portage #96A3CF
Tints of Portage #96A3CF
RGB
CMYK
RGB Variations
Color information
#96A3CF (or 0x96A3CF) is known color: Portage. HEX triplet: 96, A3 and CF. RGB value is (150,163,207). Sum of RGB (Red+Green+Blue) = 150+163+207=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #96A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3CF is #695C30. Grayscale: #A3A3A3. Windows color (decimal): -6904881 or 13607830. OLE color: 13607830.
HSL color Cylindrical-coordinate representation of color #96A3CF: hue angle of 226.32º 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 #96A3CF is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 163 | 207 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.19 |
| HSL | 226.32º | 0.37% | 0.7% | - |
| HSV(B) | 226.32º | 0.28% | 0.81% | - |
| XYZ | 36.94 | 37.18 | 64.26 | - |
| YUV | 164.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 207 | 0.28 | 0.21 | 0 | 0.19 | 226.32 | 0.37 | 0.7 |
| Hex | 96 | A3 | CF | 1C | 15 | 0 | 13 | E2 | 25 | 46 |
| Octal | 226 | 243 | 317 | 34 | 25 | 0 | 23 | 342 | 45 | 106 |
| Binary | 10010110 | 10100011 | 11001111 | 11100 | 10101 | 0 | 10011 | 11100010 | 100101 | 1000110 |
Color Harmonies of #96A3CF
Complementary color
Monochromatic Colors of #96A3CF
Black with #96A3CF
Text Example
Text Example
White with #96A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3CF; }
p { color: rgb(150,163,207); }
H1.HeaderClassName
{
color: #96A3CF;
}
.AnyTagClassName
{
color: #96A3CF;
}
</style>
background-color css
<style>
a { background-color: #96A3CF; }
a { background-color: rgb(150,163,207); }
div.DivClassName
{
background-color: #96A3CF;
}
.BgClassName
{
background-color: #96A3CF;
}
</style>
border-color css
<style>
span { border-color: #96A3CF; }
span { border-color: rgb(150,163,207); }
td.TdClassName
{
border-color: #96A3CF;
}
.TagClassName
{
border-color: #96A3CF;
}
</style>