Shades of Portage #96A6EF
Tints of Portage #96A6EF
RGB
CMYK
RGB Variations
Color information
#96A6EF (or 0x96A6EF) is known color: Portage. HEX triplet: 96, A6 and EF. RGB value is (150,166,239). Sum of RGB (Red+Green+Blue) = 150+166+239=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #96A6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A6EF is #695910. Grayscale: #A9A9A9. Windows color (decimal): -6904081 or 15705750. OLE color: 15705750.
HSL color Cylindrical-coordinate representation of color #96A6EF: hue angle of 229.21º 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 #96A6EF is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 166 | 239 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.06 |
| HSL | 229.21º | 0.74% | 0.76% | - |
| HSV(B) | 229.21º | 0.37% | 0.94% | - |
| XYZ | 41.79 | 39.99 | 87.18 | - |
| YUV | 169.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 239 | 0.37 | 0.31 | 0 | 0.06 | 229.21 | 0.74 | 0.76 |
| Hex | 96 | A6 | EF | 25 | 1F | 0 | 6 | E5 | 4A | 4C |
| Octal | 226 | 246 | 357 | 45 | 37 | 0 | 6 | 345 | 112 | 114 |
| Binary | 10010110 | 10100110 | 11101111 | 100101 | 11111 | 0 | 110 | 11100101 | 1001010 | 1001100 |
Color Harmonies of #96A6EF
Complementary color
Monochromatic Colors of #96A6EF
Black with #96A6EF
Text Example
Text Example
White with #96A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A6EF; }
p { color: rgb(150,166,239); }
H1.HeaderClassName
{
color: #96A6EF;
}
.AnyTagClassName
{
color: #96A6EF;
}
</style>
background-color css
<style>
a { background-color: #96A6EF; }
a { background-color: rgb(150,166,239); }
div.DivClassName
{
background-color: #96A6EF;
}
.BgClassName
{
background-color: #96A6EF;
}
</style>
border-color css
<style>
span { border-color: #96A6EF; }
span { border-color: rgb(150,166,239); }
td.TdClassName
{
border-color: #96A6EF;
}
.TagClassName
{
border-color: #96A6EF;
}
</style>