Shades of Portage #958FED
Tints of Portage #958FED
RGB
CMYK
RGB Variations
Color information
#958FED (or 0x958FED) is known color: Portage. HEX triplet: 95, 8F and ED. RGB value is (149,143,237). Sum of RGB (Red+Green+Blue) = 149+143+237=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #958FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FED is #6A7012. Grayscale: #9B9B9B. Windows color (decimal): -6975507 or 15568789. OLE color: 15568789.
HSL color Cylindrical-coordinate representation of color #958FED: hue angle of 243.83º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958FED is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 143 | 237 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.07 |
| HSL | 243.83º | 0.72% | 0.75% | - |
| HSV(B) | 243.83º | 0.4% | 0.93% | - |
| XYZ | 37.5 | 32.15 | 84.35 | - |
| YUV | 155.51 | 173.99 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 237 | 0.37 | 0.40 | 0 | 0.07 | 243.83 | 0.72 | 0.75 |
| Hex | 95 | 8F | ED | 25 | 28 | 0 | 7 | F4 | 48 | 4B |
| Octal | 225 | 217 | 355 | 45 | 50 | 0 | 7 | 364 | 110 | 113 |
| Binary | 10010101 | 10001111 | 11101101 | 100101 | 101000 | 0 | 111 | 11110100 | 1001000 | 1001011 |
Color Harmonies of #958FED
Complementary color
Monochromatic Colors of #958FED
Black with #958FED
Text Example
Text Example
White with #958FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FED; }
p { color: rgb(149,143,237); }
H1.HeaderClassName
{
color: #958FED;
}
.AnyTagClassName
{
color: #958FED;
}
</style>
background-color css
<style>
a { background-color: #958FED; }
a { background-color: rgb(149,143,237); }
div.DivClassName
{
background-color: #958FED;
}
.BgClassName
{
background-color: #958FED;
}
</style>
border-color css
<style>
span { border-color: #958FED; }
span { border-color: rgb(149,143,237); }
td.TdClassName
{
border-color: #958FED;
}
.TagClassName
{
border-color: #958FED;
}
</style>