Shades of Portage #958EE6
Tints of Portage #958EE6
RGB
CMYK
RGB Variations
Color information
#958EE6 (or 0x958EE6) is known color: Portage. HEX triplet: 95, 8E and E6. RGB value is (149,142,230). Sum of RGB (Red+Green+Blue) = 149+142+230=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #958EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958EE6 is #6A7119. Grayscale: #999999. Windows color (decimal): -6975770 or 15109781. OLE color: 15109781.
HSL color Cylindrical-coordinate representation of color #958EE6: hue angle of 244.77º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958EE6 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 142 | 230 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.10 |
| HSL | 244.77º | 0.64% | 0.73% | - |
| HSV(B) | 244.77º | 0.38% | 0.9% | - |
| XYZ | 36.35 | 31.45 | 79.02 | - |
| YUV | 154.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 230 | 0.35 | 0.38 | 0 | 0.10 | 244.77 | 0.64 | 0.73 |
| Hex | 95 | 8E | E6 | 23 | 26 | 0 | A | F5 | 40 | 49 |
| Octal | 225 | 216 | 346 | 43 | 46 | 0 | 12 | 365 | 100 | 111 |
| Binary | 10010101 | 10001110 | 11100110 | 100011 | 100110 | 0 | 1010 | 11110101 | 1000000 | 1001001 |
Color Harmonies of #958EE6
Complementary color
Monochromatic Colors of #958EE6
Black with #958EE6
Text Example
Text Example
White with #958EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EE6; }
p { color: rgb(149,142,230); }
H1.HeaderClassName
{
color: #958EE6;
}
.AnyTagClassName
{
color: #958EE6;
}
</style>
background-color css
<style>
a { background-color: #958EE6; }
a { background-color: rgb(149,142,230); }
div.DivClassName
{
background-color: #958EE6;
}
.BgClassName
{
background-color: #958EE6;
}
</style>
border-color css
<style>
span { border-color: #958EE6; }
span { border-color: rgb(149,142,230); }
td.TdClassName
{
border-color: #958EE6;
}
.TagClassName
{
border-color: #958EE6;
}
</style>