Shades of Portage #958CEC
Tints of Portage #958CEC
RGB
CMYK
RGB Variations
Color information
#958CEC (or 0x958CEC) is known color: Portage. HEX triplet: 95, 8C and EC. RGB value is (149,140,236). Sum of RGB (Red+Green+Blue) = 149+140+236=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #958CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958CEC is #6A7313. Grayscale: #999999. Windows color (decimal): -6976276 or 15502485. OLE color: 15502485.
HSL color Cylindrical-coordinate representation of color #958CEC: hue angle of 245.62º degrees, saturation: 0.72, 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 #958CEC is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 140 | 236 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.07 |
| HSL | 245.63º | 0.72% | 0.74% | - |
| HSV(B) | 245.63º | 0.41% | 0.93% | - |
| XYZ | 36.91 | 31.2 | 83.43 | - |
| YUV | 153.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 236 | 0.37 | 0.41 | 0 | 0.07 | 245.63 | 0.72 | 0.74 |
| Hex | 95 | 8C | EC | 25 | 29 | 0 | 7 | F6 | 48 | 4A |
| Octal | 225 | 214 | 354 | 45 | 51 | 0 | 7 | 366 | 110 | 112 |
| Binary | 10010101 | 10001100 | 11101100 | 100101 | 101001 | 0 | 111 | 11110110 | 1001000 | 1001010 |
Color Harmonies of #958CEC
Complementary color
Monochromatic Colors of #958CEC
Black with #958CEC
Text Example
Text Example
White with #958CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CEC; }
p { color: rgb(149,140,236); }
H1.HeaderClassName
{
color: #958CEC;
}
.AnyTagClassName
{
color: #958CEC;
}
</style>
background-color css
<style>
a { background-color: #958CEC; }
a { background-color: rgb(149,140,236); }
div.DivClassName
{
background-color: #958CEC;
}
.BgClassName
{
background-color: #958CEC;
}
</style>
border-color css
<style>
span { border-color: #958CEC; }
span { border-color: rgb(149,140,236); }
td.TdClassName
{
border-color: #958CEC;
}
.TagClassName
{
border-color: #958CEC;
}
</style>