Shades of Portage #958EF1
Tints of Portage #958EF1
RGB
CMYK
RGB Variations
Color information
#958EF1 (or 0x958EF1) is known color: Portage. HEX triplet: 95, 8E and F1. RGB value is (149,142,241). Sum of RGB (Red+Green+Blue) = 149+142+241=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #958EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958EF1 is #6A710E. Grayscale: #9A9A9A. Windows color (decimal): -6975759 or 15830677. OLE color: 15830677.
HSL color Cylindrical-coordinate representation of color #958EF1: hue angle of 244.24º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #958EF1 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 142 | 241 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.05 |
| HSL | 244.24º | 0.78% | 0.75% | - |
| HSV(B) | 244.24º | 0.41% | 0.95% | - |
| XYZ | 37.94 | 32.09 | 87.41 | - |
| YUV | 155.38 | 176.32 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 241 | 0.38 | 0.41 | 0 | 0.05 | 244.24 | 0.78 | 0.75 |
| Hex | 95 | 8E | F1 | 26 | 29 | 0 | 5 | F4 | 4E | 4B |
| Octal | 225 | 216 | 361 | 46 | 51 | 0 | 5 | 364 | 116 | 113 |
| Binary | 10010101 | 10001110 | 11110001 | 100110 | 101001 | 0 | 101 | 11110100 | 1001110 | 1001011 |
Color Harmonies of #958EF1
Complementary color
Monochromatic Colors of #958EF1
Black with #958EF1
Text Example
Text Example
White with #958EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EF1; }
p { color: rgb(149,142,241); }
H1.HeaderClassName
{
color: #958EF1;
}
.AnyTagClassName
{
color: #958EF1;
}
</style>
background-color css
<style>
a { background-color: #958EF1; }
a { background-color: rgb(149,142,241); }
div.DivClassName
{
background-color: #958EF1;
}
.BgClassName
{
background-color: #958EF1;
}
</style>
border-color css
<style>
span { border-color: #958EF1; }
span { border-color: rgb(149,142,241); }
td.TdClassName
{
border-color: #958EF1;
}
.TagClassName
{
border-color: #958EF1;
}
</style>