Shades of Portage #958BED
Tints of Portage #958BED
RGB
CMYK
RGB Variations
Color information
#958BED (or 0x958BED) is known color: Portage. HEX triplet: 95, 8B and ED. RGB value is (149,139,237). Sum of RGB (Red+Green+Blue) = 149+139+237=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #958BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958BED is #6A7412. Grayscale: #989898. Windows color (decimal): -6976531 or 15567765. OLE color: 15567765.
HSL color Cylindrical-coordinate representation of color #958BED: hue angle of 246.12º degrees, saturation: 0.73, 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 #958BED is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 139 | 237 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.07 |
| HSL | 246.12º | 0.73% | 0.74% | - |
| HSV(B) | 246.12º | 0.41% | 0.93% | - |
| XYZ | 36.91 | 30.97 | 84.15 | - |
| YUV | 153.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 237 | 0.37 | 0.41 | 0 | 0.07 | 246.12 | 0.73 | 0.74 |
| Hex | 95 | 8B | ED | 25 | 29 | 0 | 7 | F6 | 49 | 4A |
| Octal | 225 | 213 | 355 | 45 | 51 | 0 | 7 | 366 | 111 | 112 |
| Binary | 10010101 | 10001011 | 11101101 | 100101 | 101001 | 0 | 111 | 11110110 | 1001001 | 1001010 |
Color Harmonies of #958BED
Complementary color
Monochromatic Colors of #958BED
Black with #958BED
Text Example
Text Example
White with #958BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BED; }
p { color: rgb(149,139,237); }
H1.HeaderClassName
{
color: #958BED;
}
.AnyTagClassName
{
color: #958BED;
}
</style>
background-color css
<style>
a { background-color: #958BED; }
a { background-color: rgb(149,139,237); }
div.DivClassName
{
background-color: #958BED;
}
.BgClassName
{
background-color: #958BED;
}
</style>
border-color css
<style>
span { border-color: #958BED; }
span { border-color: rgb(149,139,237); }
td.TdClassName
{
border-color: #958BED;
}
.TagClassName
{
border-color: #958BED;
}
</style>