Shades of Portage #958CEE
Tints of Portage #958CEE
RGB
CMYK
RGB Variations
Color information
#958CEE (or 0x958CEE) is known color: Portage. HEX triplet: 95, 8C and EE. RGB value is (149,140,238). Sum of RGB (Red+Green+Blue) = 149+140+238=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #958CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958CEE is #6A7311. Grayscale: #999999. Windows color (decimal): -6976274 or 15633557. OLE color: 15633557.
HSL color Cylindrical-coordinate representation of color #958CEE: hue angle of 245.51º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #958CEE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 140 | 238 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.07 |
| HSL | 245.51º | 0.74% | 0.74% | - |
| HSV(B) | 245.51º | 0.41% | 0.93% | - |
| XYZ | 37.21 | 31.32 | 84.97 | - |
| YUV | 153.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 238 | 0.37 | 0.41 | 0 | 0.07 | 245.51 | 0.74 | 0.74 |
| Hex | 95 | 8C | EE | 25 | 29 | 0 | 7 | F6 | 4A | 4A |
| Octal | 225 | 214 | 356 | 45 | 51 | 0 | 7 | 366 | 112 | 112 |
| Binary | 10010101 | 10001100 | 11101110 | 100101 | 101001 | 0 | 111 | 11110110 | 1001010 | 1001010 |
Color Harmonies of #958CEE
Complementary color
Monochromatic Colors of #958CEE
Black with #958CEE
Text Example
Text Example
White with #958CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CEE; }
p { color: rgb(149,140,238); }
H1.HeaderClassName
{
color: #958CEE;
}
.AnyTagClassName
{
color: #958CEE;
}
</style>
background-color css
<style>
a { background-color: #958CEE; }
a { background-color: rgb(149,140,238); }
div.DivClassName
{
background-color: #958CEE;
}
.BgClassName
{
background-color: #958CEE;
}
</style>
border-color css
<style>
span { border-color: #958CEE; }
span { border-color: rgb(149,140,238); }
td.TdClassName
{
border-color: #958CEE;
}
.TagClassName
{
border-color: #958CEE;
}
</style>