Shades of Portage #958BEC
Tints of Portage #958BEC
RGB
CMYK
RGB Variations
Color information
#958BEC (or 0x958BEC) is known color: Portage. HEX triplet: 95, 8B and EC. RGB value is (149,139,236). Sum of RGB (Red+Green+Blue) = 149+139+236=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #958BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958BEC is #6A7413. Grayscale: #989898. Windows color (decimal): -6976532 or 15502229. OLE color: 15502229.
HSL color Cylindrical-coordinate representation of color #958BEC: hue angle of 246.19º 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 #958BEC is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 139 | 236 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.07 |
| HSL | 246.19º | 0.72% | 0.74% | - |
| HSV(B) | 246.19º | 0.41% | 0.93% | - |
| XYZ | 36.77 | 30.91 | 83.39 | - |
| YUV | 153.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 236 | 0.37 | 0.41 | 0 | 0.07 | 246.19 | 0.72 | 0.74 |
| Hex | 95 | 8B | EC | 25 | 29 | 0 | 7 | F6 | 48 | 4A |
| Octal | 225 | 213 | 354 | 45 | 51 | 0 | 7 | 366 | 110 | 112 |
| Binary | 10010101 | 10001011 | 11101100 | 100101 | 101001 | 0 | 111 | 11110110 | 1001000 | 1001010 |
Color Harmonies of #958BEC
Complementary color
Monochromatic Colors of #958BEC
Black with #958BEC
Text Example
Text Example
White with #958BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BEC; }
p { color: rgb(149,139,236); }
H1.HeaderClassName
{
color: #958BEC;
}
.AnyTagClassName
{
color: #958BEC;
}
</style>
background-color css
<style>
a { background-color: #958BEC; }
a { background-color: rgb(149,139,236); }
div.DivClassName
{
background-color: #958BEC;
}
.BgClassName
{
background-color: #958BEC;
}
</style>
border-color css
<style>
span { border-color: #958BEC; }
span { border-color: rgb(149,139,236); }
td.TdClassName
{
border-color: #958BEC;
}
.TagClassName
{
border-color: #958BEC;
}
</style>