Shades of Portage #958EED
Tints of Portage #958EED
RGB
CMYK
RGB Variations
Color information
#958EED (or 0x958EED) is known color: Portage. HEX triplet: 95, 8E and ED. RGB value is (149,142,237). Sum of RGB (Red+Green+Blue) = 149+142+237=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #958EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958EED is #6A7112. Grayscale: #9A9A9A. Windows color (decimal): -6975763 or 15568533. OLE color: 15568533.
HSL color Cylindrical-coordinate representation of color #958EED: hue angle of 244.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958EED is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 142 | 237 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.07 |
| HSL | 244.42º | 0.73% | 0.74% | - |
| HSV(B) | 244.42º | 0.4% | 0.93% | - |
| XYZ | 37.35 | 31.85 | 84.3 | - |
| YUV | 154.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 237 | 0.37 | 0.40 | 0 | 0.07 | 244.42 | 0.73 | 0.74 |
| Hex | 95 | 8E | ED | 25 | 28 | 0 | 7 | F4 | 49 | 4A |
| Octal | 225 | 216 | 355 | 45 | 50 | 0 | 7 | 364 | 111 | 112 |
| Binary | 10010101 | 10001110 | 11101101 | 100101 | 101000 | 0 | 111 | 11110100 | 1001001 | 1001010 |
Color Harmonies of #958EED
Complementary color
Monochromatic Colors of #958EED
Black with #958EED
Text Example
Text Example
White with #958EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EED; }
p { color: rgb(149,142,237); }
H1.HeaderClassName
{
color: #958EED;
}
.AnyTagClassName
{
color: #958EED;
}
</style>
background-color css
<style>
a { background-color: #958EED; }
a { background-color: rgb(149,142,237); }
div.DivClassName
{
background-color: #958EED;
}
.BgClassName
{
background-color: #958EED;
}
</style>
border-color css
<style>
span { border-color: #958EED; }
span { border-color: rgb(149,142,237); }
td.TdClassName
{
border-color: #958EED;
}
.TagClassName
{
border-color: #958EED;
}
</style>