Shades of Portage #958EEB
Tints of Portage #958EEB
RGB
CMYK
RGB Variations
Color information
#958EEB (or 0x958EEB) is known color: Portage. HEX triplet: 95, 8E and EB. RGB value is (149,142,235). Sum of RGB (Red+Green+Blue) = 149+142+235=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #958EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958EEB is #6A7114. Grayscale: #9A9A9A. Windows color (decimal): -6975765 or 15437461. OLE color: 15437461.
HSL color Cylindrical-coordinate representation of color #958EEB: hue angle of 244.52º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958EEB is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 142 | 235 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.08 |
| HSL | 244.52º | 0.7% | 0.74% | - |
| HSV(B) | 244.52º | 0.4% | 0.92% | - |
| XYZ | 37.06 | 31.73 | 82.77 | - |
| YUV | 154.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 235 | 0.37 | 0.40 | 0 | 0.08 | 244.52 | 0.7 | 0.74 |
| Hex | 95 | 8E | EB | 25 | 28 | 0 | 8 | F5 | 46 | 4A |
| Octal | 225 | 216 | 353 | 45 | 50 | 0 | 10 | 365 | 106 | 112 |
| Binary | 10010101 | 10001110 | 11101011 | 100101 | 101000 | 0 | 1000 | 11110101 | 1000110 | 1001010 |
Color Harmonies of #958EEB
Complementary color
Monochromatic Colors of #958EEB
Black with #958EEB
Text Example
Text Example
White with #958EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EEB; }
p { color: rgb(149,142,235); }
H1.HeaderClassName
{
color: #958EEB;
}
.AnyTagClassName
{
color: #958EEB;
}
</style>
background-color css
<style>
a { background-color: #958EEB; }
a { background-color: rgb(149,142,235); }
div.DivClassName
{
background-color: #958EEB;
}
.BgClassName
{
background-color: #958EEB;
}
</style>
border-color css
<style>
span { border-color: #958EEB; }
span { border-color: rgb(149,142,235); }
td.TdClassName
{
border-color: #958EEB;
}
.TagClassName
{
border-color: #958EEB;
}
</style>