Shades of Portage #96A8DF
Tints of Portage #96A8DF
RGB
CMYK
RGB Variations
Color information
#96A8DF (or 0x96A8DF) is known color: Portage. HEX triplet: 96, A8 and DF. RGB value is (150,168,223). Sum of RGB (Red+Green+Blue) = 150+168+223=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #96A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8DF is #695720. Grayscale: #A8A8A8. Windows color (decimal): -6903585 or 14657686. OLE color: 14657686.
HSL color Cylindrical-coordinate representation of color #96A8DF: hue angle of 225.21º 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 #96A8DF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 168 | 223 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.13 |
| HSL | 225.21º | 0.53% | 0.73% | - |
| HSV(B) | 225.21º | 0.33% | 0.87% | - |
| XYZ | 39.9 | 39.82 | 75.39 | - |
| YUV | 168.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 223 | 0.33 | 0.25 | 0 | 0.13 | 225.21 | 0.53 | 0.73 |
| Hex | 96 | A8 | DF | 21 | 19 | 0 | D | E1 | 35 | 49 |
| Octal | 226 | 250 | 337 | 41 | 31 | 0 | 15 | 341 | 65 | 111 |
| Binary | 10010110 | 10101000 | 11011111 | 100001 | 11001 | 0 | 1101 | 11100001 | 110101 | 1001001 |
Color Harmonies of #96A8DF
Complementary color
Monochromatic Colors of #96A8DF
Black with #96A8DF
Text Example
Text Example
White with #96A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8DF; }
p { color: rgb(150,168,223); }
H1.HeaderClassName
{
color: #96A8DF;
}
.AnyTagClassName
{
color: #96A8DF;
}
</style>
background-color css
<style>
a { background-color: #96A8DF; }
a { background-color: rgb(150,168,223); }
div.DivClassName
{
background-color: #96A8DF;
}
.BgClassName
{
background-color: #96A8DF;
}
</style>
border-color css
<style>
span { border-color: #96A8DF; }
span { border-color: rgb(150,168,223); }
td.TdClassName
{
border-color: #96A8DF;
}
.TagClassName
{
border-color: #96A8DF;
}
</style>