Shades of Portage #958FEC
Tints of Portage #958FEC
RGB
CMYK
RGB Variations
Color information
#958FEC (or 0x958FEC) is known color: Portage. HEX triplet: 95, 8F and EC. RGB value is (149,143,236). Sum of RGB (Red+Green+Blue) = 149+143+236=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #958FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FEC is #6A7013. Grayscale: #9B9B9B. Windows color (decimal): -6975508 or 15503253. OLE color: 15503253.
HSL color Cylindrical-coordinate representation of color #958FEC: hue angle of 243.87º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #958FEC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 143 | 236 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.07 |
| HSL | 243.87º | 0.71% | 0.74% | - |
| HSV(B) | 243.87º | 0.39% | 0.93% | - |
| XYZ | 37.36 | 32.09 | 83.58 | - |
| YUV | 155.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 236 | 0.37 | 0.39 | 0 | 0.07 | 243.87 | 0.71 | 0.74 |
| Hex | 95 | 8F | EC | 25 | 27 | 0 | 7 | F4 | 47 | 4A |
| Octal | 225 | 217 | 354 | 45 | 47 | 0 | 7 | 364 | 107 | 112 |
| Binary | 10010101 | 10001111 | 11101100 | 100101 | 100111 | 0 | 111 | 11110100 | 1000111 | 1001010 |
Color Harmonies of #958FEC
Complementary color
Monochromatic Colors of #958FEC
Black with #958FEC
Text Example
Text Example
White with #958FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FEC; }
p { color: rgb(149,143,236); }
H1.HeaderClassName
{
color: #958FEC;
}
.AnyTagClassName
{
color: #958FEC;
}
</style>
background-color css
<style>
a { background-color: #958FEC; }
a { background-color: rgb(149,143,236); }
div.DivClassName
{
background-color: #958FEC;
}
.BgClassName
{
background-color: #958FEC;
}
</style>
border-color css
<style>
span { border-color: #958FEC; }
span { border-color: rgb(149,143,236); }
td.TdClassName
{
border-color: #958FEC;
}
.TagClassName
{
border-color: #958FEC;
}
</style>