Shades of Portage #968DEC
Tints of Portage #968DEC
RGB
CMYK
RGB Variations
Color information
#968DEC (or 0x968DEC) is known color: Portage. HEX triplet: 96, 8D and EC. RGB value is (150,141,236). Sum of RGB (Red+Green+Blue) = 150+141+236=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #968DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DEC is #697213. Grayscale: #9A9A9A. Windows color (decimal): -6910484 or 15502742. OLE color: 15502742.
HSL color Cylindrical-coordinate representation of color #968DEC: hue angle of 245.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #968DEC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 141 | 236 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.07 |
| HSL | 245.68º | 0.71% | 0.74% | - |
| HSV(B) | 245.68º | 0.4% | 0.93% | - |
| XYZ | 37.24 | 31.59 | 83.49 | - |
| YUV | 154.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 236 | 0.36 | 0.40 | 0 | 0.07 | 245.68 | 0.71 | 0.74 |
| Hex | 96 | 8D | EC | 24 | 28 | 0 | 7 | F6 | 47 | 4A |
| Octal | 226 | 215 | 354 | 44 | 50 | 0 | 7 | 366 | 107 | 112 |
| Binary | 10010110 | 10001101 | 11101100 | 100100 | 101000 | 0 | 111 | 11110110 | 1000111 | 1001010 |
Color Harmonies of #968DEC
Complementary color
Monochromatic Colors of #968DEC
Black with #968DEC
Text Example
Text Example
White with #968DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DEC; }
p { color: rgb(150,141,236); }
H1.HeaderClassName
{
color: #968DEC;
}
.AnyTagClassName
{
color: #968DEC;
}
</style>
background-color css
<style>
a { background-color: #968DEC; }
a { background-color: rgb(150,141,236); }
div.DivClassName
{
background-color: #968DEC;
}
.BgClassName
{
background-color: #968DEC;
}
</style>
border-color css
<style>
span { border-color: #968DEC; }
span { border-color: rgb(150,141,236); }
td.TdClassName
{
border-color: #968DEC;
}
.TagClassName
{
border-color: #968DEC;
}
</style>