Shades of Portage #96A4ED
Tints of Portage #96A4ED
RGB
CMYK
RGB Variations
Color information
#96A4ED (or 0x96A4ED) is known color: Portage. HEX triplet: 96, A4 and ED. RGB value is (150,164,237). Sum of RGB (Red+Green+Blue) = 150+164+237=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #96A4ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A4ED is #695B12. Grayscale: #A7A7A7. Windows color (decimal): -6904595 or 15574166. OLE color: 15574166.
HSL color Cylindrical-coordinate representation of color #96A4ED: hue angle of 230.34º degrees, saturation: 0.71, 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 #96A4ED is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 164 | 237 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.07 |
| HSL | 230.34º | 0.71% | 0.76% | - |
| HSV(B) | 230.34º | 0.37% | 0.93% | - |
| XYZ | 41.14 | 39.15 | 85.51 | - |
| YUV | 168.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 237 | 0.37 | 0.31 | 0 | 0.07 | 230.34 | 0.71 | 0.76 |
| Hex | 96 | A4 | ED | 25 | 1F | 0 | 7 | E6 | 47 | 4C |
| Octal | 226 | 244 | 355 | 45 | 37 | 0 | 7 | 346 | 107 | 114 |
| Binary | 10010110 | 10100100 | 11101101 | 100101 | 11111 | 0 | 111 | 11100110 | 1000111 | 1001100 |
Color Harmonies of #96A4ED
Complementary color
Monochromatic Colors of #96A4ED
Black with #96A4ED
Text Example
Text Example
White with #96A4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A4ED; }
p { color: rgb(150,164,237); }
H1.HeaderClassName
{
color: #96A4ED;
}
.AnyTagClassName
{
color: #96A4ED;
}
</style>
background-color css
<style>
a { background-color: #96A4ED; }
a { background-color: rgb(150,164,237); }
div.DivClassName
{
background-color: #96A4ED;
}
.BgClassName
{
background-color: #96A4ED;
}
</style>
border-color css
<style>
span { border-color: #96A4ED; }
span { border-color: rgb(150,164,237); }
td.TdClassName
{
border-color: #96A4ED;
}
.TagClassName
{
border-color: #96A4ED;
}
</style>