Shades of Portage #96A8E1
Tints of Portage #96A8E1
RGB
CMYK
RGB Variations
Color information
#96A8E1 (or 0x96A8E1) is known color: Portage. HEX triplet: 96, A8 and E1. RGB value is (150,168,225). Sum of RGB (Red+Green+Blue) = 150+168+225=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #96A8E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8E1 is #69571E. Grayscale: #A8A8A8. Windows color (decimal): -6903583 or 14788758. OLE color: 14788758.
HSL color Cylindrical-coordinate representation of color #96A8E1: hue angle of 225.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A8E1 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 168 | 225 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.12 |
| HSL | 225.6º | 0.56% | 0.74% | - |
| HSV(B) | 225.6º | 0.33% | 0.88% | - |
| XYZ | 40.17 | 39.93 | 76.82 | - |
| YUV | 169.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 225 | 0.33 | 0.25 | 0 | 0.12 | 225.6 | 0.56 | 0.74 |
| Hex | 96 | A8 | E1 | 21 | 19 | 0 | C | E2 | 38 | 4A |
| Octal | 226 | 250 | 341 | 41 | 31 | 0 | 14 | 342 | 70 | 112 |
| Binary | 10010110 | 10101000 | 11100001 | 100001 | 11001 | 0 | 1100 | 11100010 | 111000 | 1001010 |
Color Harmonies of #96A8E1
Complementary color
Monochromatic Colors of #96A8E1
Black with #96A8E1
Text Example
Text Example
White with #96A8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8E1; }
p { color: rgb(150,168,225); }
H1.HeaderClassName
{
color: #96A8E1;
}
.AnyTagClassName
{
color: #96A8E1;
}
</style>
background-color css
<style>
a { background-color: #96A8E1; }
a { background-color: rgb(150,168,225); }
div.DivClassName
{
background-color: #96A8E1;
}
.BgClassName
{
background-color: #96A8E1;
}
</style>
border-color css
<style>
span { border-color: #96A8E1; }
span { border-color: rgb(150,168,225); }
td.TdClassName
{
border-color: #96A8E1;
}
.TagClassName
{
border-color: #96A8E1;
}
</style>