Shades of Portage #958FEB
Tints of Portage #958FEB
RGB
CMYK
RGB Variations
Color information
#958FEB (or 0x958FEB) is known color: Portage. HEX triplet: 95, 8F and EB. RGB value is (149,143,235). Sum of RGB (Red+Green+Blue) = 149+143+235=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #958FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FEB is #6A7014. Grayscale: #9A9A9A. Windows color (decimal): -6975509 or 15437717. OLE color: 15437717.
HSL color Cylindrical-coordinate representation of color #958FEB: hue angle of 243.91º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #958FEB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 143 | 235 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.08 |
| HSL | 243.91º | 0.7% | 0.74% | - |
| HSV(B) | 243.91º | 0.39% | 0.92% | - |
| XYZ | 37.21 | 32.03 | 82.82 | - |
| YUV | 155.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 235 | 0.37 | 0.39 | 0 | 0.08 | 243.91 | 0.7 | 0.74 |
| Hex | 95 | 8F | EB | 25 | 27 | 0 | 8 | F4 | 46 | 4A |
| Octal | 225 | 217 | 353 | 45 | 47 | 0 | 10 | 364 | 106 | 112 |
| Binary | 10010101 | 10001111 | 11101011 | 100101 | 100111 | 0 | 1000 | 11110100 | 1000110 | 1001010 |
Color Harmonies of #958FEB
Complementary color
Monochromatic Colors of #958FEB
Black with #958FEB
Text Example
Text Example
White with #958FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FEB; }
p { color: rgb(149,143,235); }
H1.HeaderClassName
{
color: #958FEB;
}
.AnyTagClassName
{
color: #958FEB;
}
</style>
background-color css
<style>
a { background-color: #958FEB; }
a { background-color: rgb(149,143,235); }
div.DivClassName
{
background-color: #958FEB;
}
.BgClassName
{
background-color: #958FEB;
}
</style>
border-color css
<style>
span { border-color: #958FEB; }
span { border-color: rgb(149,143,235); }
td.TdClassName
{
border-color: #958FEB;
}
.TagClassName
{
border-color: #958FEB;
}
</style>