Shades of Portage #958EF2
Tints of Portage #958EF2
RGB
CMYK
RGB Variations
Color information
#958EF2 (or 0x958EF2) is known color: Portage. HEX triplet: 95, 8E and F2. RGB value is (149,142,242). Sum of RGB (Red+Green+Blue) = 149+142+242=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #958EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958EF2 is #6A710D. Grayscale: #9B9B9B. Windows color (decimal): -6975758 or 15896213. OLE color: 15896213.
HSL color Cylindrical-coordinate representation of color #958EF2: hue angle of 244.2º degrees, saturation: 0.79, 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 #958EF2 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 142 | 242 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.05 |
| HSL | 244.2º | 0.79% | 0.75% | - |
| HSV(B) | 244.2º | 0.41% | 0.95% | - |
| XYZ | 38.09 | 32.15 | 88.2 | - |
| YUV | 155.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 242 | 0.38 | 0.41 | 0 | 0.05 | 244.2 | 0.79 | 0.75 |
| Hex | 95 | 8E | F2 | 26 | 29 | 0 | 5 | F4 | 4F | 4B |
| Octal | 225 | 216 | 362 | 46 | 51 | 0 | 5 | 364 | 117 | 113 |
| Binary | 10010101 | 10001110 | 11110010 | 100110 | 101001 | 0 | 101 | 11110100 | 1001111 | 1001011 |
Color Harmonies of #958EF2
Complementary color
Monochromatic Colors of #958EF2
Black with #958EF2
Text Example
Text Example
White with #958EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EF2; }
p { color: rgb(149,142,242); }
H1.HeaderClassName
{
color: #958EF2;
}
.AnyTagClassName
{
color: #958EF2;
}
</style>
background-color css
<style>
a { background-color: #958EF2; }
a { background-color: rgb(149,142,242); }
div.DivClassName
{
background-color: #958EF2;
}
.BgClassName
{
background-color: #958EF2;
}
</style>
border-color css
<style>
span { border-color: #958EF2; }
span { border-color: rgb(149,142,242); }
td.TdClassName
{
border-color: #958EF2;
}
.TagClassName
{
border-color: #958EF2;
}
</style>