Shades of Portage #958BEB
Tints of Portage #958BEB
RGB
CMYK
RGB Variations
Color information
#958BEB (or 0x958BEB) is known color: Portage. HEX triplet: 95, 8B and EB. RGB value is (149,139,235). Sum of RGB (Red+Green+Blue) = 149+139+235=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #958BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958BEB is #6A7414. Grayscale: #989898. Windows color (decimal): -6976533 or 15436693. OLE color: 15436693.
HSL color Cylindrical-coordinate representation of color #958BEB: hue angle of 246.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #958BEB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 139 | 235 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.08 |
| HSL | 246.25º | 0.71% | 0.73% | - |
| HSV(B) | 246.25º | 0.41% | 0.92% | - |
| XYZ | 36.62 | 30.85 | 82.62 | - |
| YUV | 152.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 235 | 0.37 | 0.41 | 0 | 0.08 | 246.25 | 0.71 | 0.73 |
| Hex | 95 | 8B | EB | 25 | 29 | 0 | 8 | F6 | 47 | 49 |
| Octal | 225 | 213 | 353 | 45 | 51 | 0 | 10 | 366 | 107 | 111 |
| Binary | 10010101 | 10001011 | 11101011 | 100101 | 101001 | 0 | 1000 | 11110110 | 1000111 | 1001001 |
Color Harmonies of #958BEB
Complementary color
Monochromatic Colors of #958BEB
Black with #958BEB
Text Example
Text Example
White with #958BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BEB; }
p { color: rgb(149,139,235); }
H1.HeaderClassName
{
color: #958BEB;
}
.AnyTagClassName
{
color: #958BEB;
}
</style>
background-color css
<style>
a { background-color: #958BEB; }
a { background-color: rgb(149,139,235); }
div.DivClassName
{
background-color: #958BEB;
}
.BgClassName
{
background-color: #958BEB;
}
</style>
border-color css
<style>
span { border-color: #958BEB; }
span { border-color: rgb(149,139,235); }
td.TdClassName
{
border-color: #958BEB;
}
.TagClassName
{
border-color: #958BEB;
}
</style>