Shades of Portage #96A3EF
Tints of Portage #96A3EF
RGB
CMYK
RGB Variations
Color information
#96A3EF (or 0x96A3EF) is known color: Portage. HEX triplet: 96, A3 and EF. RGB value is (150,163,239). Sum of RGB (Red+Green+Blue) = 150+163+239=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #96A3EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A3EF is #695C10. Grayscale: #A7A7A7. Windows color (decimal): -6904849 or 15704982. OLE color: 15704982.
HSL color Cylindrical-coordinate representation of color #96A3EF: hue angle of 231.24º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96A3EF is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 163 | 239 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.06 |
| HSL | 231.24º | 0.74% | 0.76% | - |
| HSV(B) | 231.24º | 0.37% | 0.94% | - |
| XYZ | 41.25 | 38.91 | 87 | - |
| YUV | 167.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 239 | 0.37 | 0.32 | 0 | 0.06 | 231.24 | 0.74 | 0.76 |
| Hex | 96 | A3 | EF | 25 | 20 | 0 | 6 | E7 | 4A | 4C |
| Octal | 226 | 243 | 357 | 45 | 40 | 0 | 6 | 347 | 112 | 114 |
| Binary | 10010110 | 10100011 | 11101111 | 100101 | 100000 | 0 | 110 | 11100111 | 1001010 | 1001100 |
Color Harmonies of #96A3EF
Complementary color
Monochromatic Colors of #96A3EF
Black with #96A3EF
Text Example
Text Example
White with #96A3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3EF; }
p { color: rgb(150,163,239); }
H1.HeaderClassName
{
color: #96A3EF;
}
.AnyTagClassName
{
color: #96A3EF;
}
</style>
background-color css
<style>
a { background-color: #96A3EF; }
a { background-color: rgb(150,163,239); }
div.DivClassName
{
background-color: #96A3EF;
}
.BgClassName
{
background-color: #96A3EF;
}
</style>
border-color css
<style>
span { border-color: #96A3EF; }
span { border-color: rgb(150,163,239); }
td.TdClassName
{
border-color: #96A3EF;
}
.TagClassName
{
border-color: #96A3EF;
}
</style>