Shades of Portage #958CEF
Tints of Portage #958CEF
RGB
CMYK
RGB Variations
Color information
#958CEF (or 0x958CEF) is known color: Portage. HEX triplet: 95, 8C and EF. RGB value is (149,140,239). Sum of RGB (Red+Green+Blue) = 149+140+239=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #958CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958CEF is #6A7310. Grayscale: #999999. Windows color (decimal): -6976273 or 15699093. OLE color: 15699093.
HSL color Cylindrical-coordinate representation of color #958CEF: hue angle of 245.45º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #958CEF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 140 | 239 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.06 |
| HSL | 245.45º | 0.76% | 0.74% | - |
| HSV(B) | 245.45º | 0.41% | 0.94% | - |
| XYZ | 37.35 | 31.38 | 85.75 | - |
| YUV | 153.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 239 | 0.38 | 0.41 | 0 | 0.06 | 245.45 | 0.76 | 0.74 |
| Hex | 95 | 8C | EF | 26 | 29 | 0 | 6 | F5 | 4C | 4A |
| Octal | 225 | 214 | 357 | 46 | 51 | 0 | 6 | 365 | 114 | 112 |
| Binary | 10010101 | 10001100 | 11101111 | 100110 | 101001 | 0 | 110 | 11110101 | 1001100 | 1001010 |
Color Harmonies of #958CEF
Complementary color
Monochromatic Colors of #958CEF
Black with #958CEF
Text Example
Text Example
White with #958CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CEF; }
p { color: rgb(149,140,239); }
H1.HeaderClassName
{
color: #958CEF;
}
.AnyTagClassName
{
color: #958CEF;
}
</style>
background-color css
<style>
a { background-color: #958CEF; }
a { background-color: rgb(149,140,239); }
div.DivClassName
{
background-color: #958CEF;
}
.BgClassName
{
background-color: #958CEF;
}
</style>
border-color css
<style>
span { border-color: #958CEF; }
span { border-color: rgb(149,140,239); }
td.TdClassName
{
border-color: #958CEF;
}
.TagClassName
{
border-color: #958CEF;
}
</style>