Shades of Medium Slate Blue #655FF5
Tints of Medium Slate Blue #655FF5
RGB
CMYK
RGB Variations
Color information
#655FF5 (or 0x655FF5) is known color: Medium Slate Blue. HEX triplet: 65, 5F and F5. RGB value is (101,95,245). Sum of RGB (Red+Green+Blue) = 101+95+245=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #655FF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FF5 is #9AA00A. Grayscale: #717171. Windows color (decimal): -10133515 or 16080741. OLE color: 16080741.
HSL color Cylindrical-coordinate representation of color #655FF5: hue angle of 242.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #655FF5 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 95 | 245 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.04 |
| HSL | 242.4º | 0.88% | 0.67% | - |
| HSV(B) | 242.4º | 0.61% | 0.96% | - |
| XYZ | 25.94 | 17.54 | 88.41 | - |
| YUV | 113.89 | 201.99 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 245 | 0.59 | 0.61 | 0 | 0.04 | 242.4 | 0.88 | 0.67 |
| Hex | 65 | 5F | F5 | 3B | 3D | 0 | 4 | F2 | 58 | 43 |
| Octal | 145 | 137 | 365 | 73 | 75 | 0 | 4 | 362 | 130 | 103 |
| Binary | 1100101 | 1011111 | 11110101 | 111011 | 111101 | 0 | 100 | 11110010 | 1011000 | 1000011 |
Color Harmonies of #655FF5
Complementary color
Monochromatic Colors of #655FF5
Black with #655FF5
Text Example
Text Example
White with #655FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FF5; }
p { color: rgb(101,95,245); }
H1.HeaderClassName
{
color: #655FF5;
}
.AnyTagClassName
{
color: #655FF5;
}
</style>
background-color css
<style>
a { background-color: #655FF5; }
a { background-color: rgb(101,95,245); }
div.DivClassName
{
background-color: #655FF5;
}
.BgClassName
{
background-color: #655FF5;
}
</style>
border-color css
<style>
span { border-color: #655FF5; }
span { border-color: rgb(101,95,245); }
td.TdClassName
{
border-color: #655FF5;
}
.TagClassName
{
border-color: #655FF5;
}
</style>