Shades of Portage #958CED
Tints of Portage #958CED
RGB
CMYK
RGB Variations
Color information
#958CED (or 0x958CED) is known color: Portage. HEX triplet: 95, 8C and ED. RGB value is (149,140,237). Sum of RGB (Red+Green+Blue) = 149+140+237=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #958CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958CED is #6A7312. Grayscale: #999999. Windows color (decimal): -6976275 or 15568021. OLE color: 15568021.
HSL color Cylindrical-coordinate representation of color #958CED: hue angle of 245.57º 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 #958CED is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 140 | 237 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.07 |
| HSL | 245.57º | 0.73% | 0.74% | - |
| HSV(B) | 245.57º | 0.41% | 0.93% | - |
| XYZ | 37.06 | 31.26 | 84.2 | - |
| YUV | 153.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 237 | 0.37 | 0.41 | 0 | 0.07 | 245.57 | 0.73 | 0.74 |
| Hex | 95 | 8C | ED | 25 | 29 | 0 | 7 | F6 | 49 | 4A |
| Octal | 225 | 214 | 355 | 45 | 51 | 0 | 7 | 366 | 111 | 112 |
| Binary | 10010101 | 10001100 | 11101101 | 100101 | 101001 | 0 | 111 | 11110110 | 1001001 | 1001010 |
Color Harmonies of #958CED
Complementary color
Monochromatic Colors of #958CED
Black with #958CED
Text Example
Text Example
White with #958CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CED; }
p { color: rgb(149,140,237); }
H1.HeaderClassName
{
color: #958CED;
}
.AnyTagClassName
{
color: #958CED;
}
</style>
background-color css
<style>
a { background-color: #958CED; }
a { background-color: rgb(149,140,237); }
div.DivClassName
{
background-color: #958CED;
}
.BgClassName
{
background-color: #958CED;
}
</style>
border-color css
<style>
span { border-color: #958CED; }
span { border-color: rgb(149,140,237); }
td.TdClassName
{
border-color: #958CED;
}
.TagClassName
{
border-color: #958CED;
}
</style>