Shades of Portage #96A8DE
Tints of Portage #96A8DE
RGB
CMYK
RGB Variations
Color information
#96A8DE (or 0x96A8DE) is known color: Portage. HEX triplet: 96, A8 and DE. RGB value is (150,168,222). Sum of RGB (Red+Green+Blue) = 150+168+222=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #96A8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8DE is #695721. Grayscale: #A8A8A8. Windows color (decimal): -6903586 or 14592150. OLE color: 14592150.
HSL color Cylindrical-coordinate representation of color #96A8DE: hue angle of 225º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96A8DE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 168 | 222 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.13 |
| HSL | 225º | 0.52% | 0.73% | - |
| HSV(B) | 225º | 0.32% | 0.87% | - |
| XYZ | 39.77 | 39.76 | 74.69 | - |
| YUV | 168.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 222 | 0.32 | 0.24 | 0 | 0.13 | 225 | 0.52 | 0.73 |
| Hex | 96 | A8 | DE | 20 | 18 | 0 | D | E1 | 34 | 49 |
| Octal | 226 | 250 | 336 | 40 | 30 | 0 | 15 | 341 | 64 | 111 |
| Binary | 10010110 | 10101000 | 11011110 | 100000 | 11000 | 0 | 1101 | 11100001 | 110100 | 1001001 |
Color Harmonies of #96A8DE
Complementary color
Monochromatic Colors of #96A8DE
Black with #96A8DE
Text Example
Text Example
White with #96A8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8DE; }
p { color: rgb(150,168,222); }
H1.HeaderClassName
{
color: #96A8DE;
}
.AnyTagClassName
{
color: #96A8DE;
}
</style>
background-color css
<style>
a { background-color: #96A8DE; }
a { background-color: rgb(150,168,222); }
div.DivClassName
{
background-color: #96A8DE;
}
.BgClassName
{
background-color: #96A8DE;
}
</style>
border-color css
<style>
span { border-color: #96A8DE; }
span { border-color: rgb(150,168,222); }
td.TdClassName
{
border-color: #96A8DE;
}
.TagClassName
{
border-color: #96A8DE;
}
</style>