Shades of Portage #968BEC
Tints of Portage #968BEC
RGB
CMYK
RGB Variations
Color information
#968BEC (or 0x968BEC) is known color: Portage. HEX triplet: 96, 8B and EC. RGB value is (150,139,236). Sum of RGB (Red+Green+Blue) = 150+139+236=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #968BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968BEC is #697413. Grayscale: #989898. Windows color (decimal): -6910996 or 15502230. OLE color: 15502230.
HSL color Cylindrical-coordinate representation of color #968BEC: hue angle of 246.8º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #968BEC is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 139 | 236 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.07 |
| HSL | 246.8º | 0.72% | 0.74% | - |
| HSV(B) | 246.8º | 0.41% | 0.93% | - |
| XYZ | 36.95 | 31.01 | 83.39 | - |
| YUV | 153.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 236 | 0.36 | 0.41 | 0 | 0.07 | 246.8 | 0.72 | 0.74 |
| Hex | 96 | 8B | EC | 24 | 29 | 0 | 7 | F7 | 48 | 4A |
| Octal | 226 | 213 | 354 | 44 | 51 | 0 | 7 | 367 | 110 | 112 |
| Binary | 10010110 | 10001011 | 11101100 | 100100 | 101001 | 0 | 111 | 11110111 | 1001000 | 1001010 |
Color Harmonies of #968BEC
Complementary color
Monochromatic Colors of #968BEC
Black with #968BEC
Text Example
Text Example
White with #968BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BEC; }
p { color: rgb(150,139,236); }
H1.HeaderClassName
{
color: #968BEC;
}
.AnyTagClassName
{
color: #968BEC;
}
</style>
background-color css
<style>
a { background-color: #968BEC; }
a { background-color: rgb(150,139,236); }
div.DivClassName
{
background-color: #968BEC;
}
.BgClassName
{
background-color: #968BEC;
}
</style>
border-color css
<style>
span { border-color: #968BEC; }
span { border-color: rgb(150,139,236); }
td.TdClassName
{
border-color: #968BEC;
}
.TagClassName
{
border-color: #968BEC;
}
</style>