Shades of Portage #96A7EE
Tints of Portage #96A7EE
RGB
CMYK
RGB Variations
Color information
#96A7EE (or 0x96A7EE) is known color: Portage. HEX triplet: 96, A7 and EE. RGB value is (150,167,238). Sum of RGB (Red+Green+Blue) = 150+167+238=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #96A7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A7EE is #695811. Grayscale: #A9A9A9. Windows color (decimal): -6903826 or 15640470. OLE color: 15640470.
HSL color Cylindrical-coordinate representation of color #96A7EE: hue angle of 228.41º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96A7EE is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 167 | 238 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.07 |
| HSL | 228.41º | 0.72% | 0.76% | - |
| HSV(B) | 228.41º | 0.37% | 0.93% | - |
| XYZ | 41.83 | 40.29 | 86.46 | - |
| YUV | 170.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 238 | 0.37 | 0.30 | 0 | 0.07 | 228.41 | 0.72 | 0.76 |
| Hex | 96 | A7 | EE | 25 | 1E | 0 | 7 | E4 | 48 | 4C |
| Octal | 226 | 247 | 356 | 45 | 36 | 0 | 7 | 344 | 110 | 114 |
| Binary | 10010110 | 10100111 | 11101110 | 100101 | 11110 | 0 | 111 | 11100100 | 1001000 | 1001100 |
Color Harmonies of #96A7EE
Complementary color
Monochromatic Colors of #96A7EE
Black with #96A7EE
Text Example
Text Example
White with #96A7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A7EE; }
p { color: rgb(150,167,238); }
H1.HeaderClassName
{
color: #96A7EE;
}
.AnyTagClassName
{
color: #96A7EE;
}
</style>
background-color css
<style>
a { background-color: #96A7EE; }
a { background-color: rgb(150,167,238); }
div.DivClassName
{
background-color: #96A7EE;
}
.BgClassName
{
background-color: #96A7EE;
}
</style>
border-color css
<style>
span { border-color: #96A7EE; }
span { border-color: rgb(150,167,238); }
td.TdClassName
{
border-color: #96A7EE;
}
.TagClassName
{
border-color: #96A7EE;
}
</style>