Shades of Portage #958DED
Tints of Portage #958DED
RGB
CMYK
RGB Variations
Color information
#958DED (or 0x958DED) is known color: Portage. HEX triplet: 95, 8D and ED. RGB value is (149,141,237). Sum of RGB (Red+Green+Blue) = 149+141+237=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #958DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DED is #6A7212. Grayscale: #999999. Windows color (decimal): -6976019 or 15568277. OLE color: 15568277.
HSL color Cylindrical-coordinate representation of color #958DED: hue angle of 245º degrees, saturation: 0.73, 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 #958DED is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 141 | 237 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.07 |
| HSL | 245º | 0.73% | 0.74% | - |
| HSV(B) | 245º | 0.41% | 0.93% | - |
| XYZ | 37.21 | 31.55 | 84.25 | - |
| YUV | 154.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 237 | 0.37 | 0.41 | 0 | 0.07 | 245 | 0.73 | 0.74 |
| Hex | 95 | 8D | ED | 25 | 29 | 0 | 7 | F5 | 49 | 4A |
| Octal | 225 | 215 | 355 | 45 | 51 | 0 | 7 | 365 | 111 | 112 |
| Binary | 10010101 | 10001101 | 11101101 | 100101 | 101001 | 0 | 111 | 11110101 | 1001001 | 1001010 |
Color Harmonies of #958DED
Complementary color
Monochromatic Colors of #958DED
Black with #958DED
Text Example
Text Example
White with #958DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DED; }
p { color: rgb(149,141,237); }
H1.HeaderClassName
{
color: #958DED;
}
.AnyTagClassName
{
color: #958DED;
}
</style>
background-color css
<style>
a { background-color: #958DED; }
a { background-color: rgb(149,141,237); }
div.DivClassName
{
background-color: #958DED;
}
.BgClassName
{
background-color: #958DED;
}
</style>
border-color css
<style>
span { border-color: #958DED; }
span { border-color: rgb(149,141,237); }
td.TdClassName
{
border-color: #958DED;
}
.TagClassName
{
border-color: #958DED;
}
</style>