Shades of Medium Slate Blue #655FEF
Tints of Medium Slate Blue #655FEF
RGB
CMYK
RGB Variations
Color information
#655FEF (or 0x655FEF) is known color: Medium Slate Blue. HEX triplet: 65, 5F and EF. RGB value is (101,95,239). Sum of RGB (Red+Green+Blue) = 101+95+239=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #655FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FEF is #9AA010. Grayscale: #707070. Windows color (decimal): -10133521 or 15687525. OLE color: 15687525.
HSL color Cylindrical-coordinate representation of color #655FEF: hue angle of 242.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #655FEF is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 95 | 239 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.06 |
| HSL | 242.5º | 0.82% | 0.65% | - |
| HSV(B) | 242.5º | 0.6% | 0.94% | - |
| XYZ | 25.04 | 17.18 | 83.66 | - |
| YUV | 113.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 239 | 0.58 | 0.60 | 0 | 0.06 | 242.5 | 0.82 | 0.65 |
| Hex | 65 | 5F | EF | 3A | 3C | 0 | 6 | F2 | 52 | 41 |
| Octal | 145 | 137 | 357 | 72 | 74 | 0 | 6 | 362 | 122 | 101 |
| Binary | 1100101 | 1011111 | 11101111 | 111010 | 111100 | 0 | 110 | 11110010 | 1010010 | 1000001 |
Color Harmonies of #655FEF
Complementary color
Monochromatic Colors of #655FEF
Black with #655FEF
Text Example
Text Example
White with #655FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FEF; }
p { color: rgb(101,95,239); }
H1.HeaderClassName
{
color: #655FEF;
}
.AnyTagClassName
{
color: #655FEF;
}
</style>
background-color css
<style>
a { background-color: #655FEF; }
a { background-color: rgb(101,95,239); }
div.DivClassName
{
background-color: #655FEF;
}
.BgClassName
{
background-color: #655FEF;
}
</style>
border-color css
<style>
span { border-color: #655FEF; }
span { border-color: rgb(101,95,239); }
td.TdClassName
{
border-color: #655FEF;
}
.TagClassName
{
border-color: #655FEF;
}
</style>