Shades of Medium Slate Blue #655FEC
Tints of Medium Slate Blue #655FEC
RGB
CMYK
RGB Variations
Color information
#655FEC (or 0x655FEC) is known color: Medium Slate Blue. HEX triplet: 65, 5F and EC. RGB value is (101,95,236). Sum of RGB (Red+Green+Blue) = 101+95+236=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #655FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FEC is #9AA013. Grayscale: #707070. Windows color (decimal): -10133524 or 15490917. OLE color: 15490917.
HSL color Cylindrical-coordinate representation of color #655FEC: hue angle of 242.55º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #655FEC is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 95 | 236 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.07 |
| HSL | 242.55º | 0.79% | 0.65% | - |
| HSV(B) | 242.55º | 0.6% | 0.93% | - |
| XYZ | 24.6 | 17.01 | 81.34 | - |
| YUV | 112.87 | 197.49 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 236 | 0.57 | 0.60 | 0 | 0.07 | 242.55 | 0.79 | 0.65 |
| Hex | 65 | 5F | EC | 39 | 3C | 0 | 7 | F3 | 4F | 41 |
| Octal | 145 | 137 | 354 | 71 | 74 | 0 | 7 | 363 | 117 | 101 |
| Binary | 1100101 | 1011111 | 11101100 | 111001 | 111100 | 0 | 111 | 11110011 | 1001111 | 1000001 |
Color Harmonies of #655FEC
Complementary color
Monochromatic Colors of #655FEC
Black with #655FEC
Text Example
Text Example
White with #655FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FEC; }
p { color: rgb(101,95,236); }
H1.HeaderClassName
{
color: #655FEC;
}
.AnyTagClassName
{
color: #655FEC;
}
</style>
background-color css
<style>
a { background-color: #655FEC; }
a { background-color: rgb(101,95,236); }
div.DivClassName
{
background-color: #655FEC;
}
.BgClassName
{
background-color: #655FEC;
}
</style>
border-color css
<style>
span { border-color: #655FEC; }
span { border-color: rgb(101,95,236); }
td.TdClassName
{
border-color: #655FEC;
}
.TagClassName
{
border-color: #655FEC;
}
</style>