Shades of Medium Slate Blue #655CF1
Tints of Medium Slate Blue #655CF1
RGB
CMYK
RGB Variations
Color information
#655CF1 (or 0x655CF1) is known color: Medium Slate Blue. HEX triplet: 65, 5C and F1. RGB value is (101,92,241). Sum of RGB (Red+Green+Blue) = 101+92+241=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #655CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655CF1 is #9AA30E. Grayscale: #6F6F6F. Windows color (decimal): -10134287 or 15817829. OLE color: 15817829.
HSL color Cylindrical-coordinate representation of color #655CF1: hue angle of 243.62º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #655CF1 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 92 | 241 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.05 |
| HSL | 243.62º | 0.84% | 0.65% | - |
| HSV(B) | 243.62º | 0.62% | 0.95% | - |
| XYZ | 25.07 | 16.77 | 85.13 | - |
| YUV | 111.68 | 200.98 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 241 | 0.58 | 0.62 | 0 | 0.05 | 243.62 | 0.84 | 0.65 |
| Hex | 65 | 5C | F1 | 3A | 3E | 0 | 5 | F4 | 54 | 41 |
| Octal | 145 | 134 | 361 | 72 | 76 | 0 | 5 | 364 | 124 | 101 |
| Binary | 1100101 | 1011100 | 11110001 | 111010 | 111110 | 0 | 101 | 11110100 | 1010100 | 1000001 |
Color Harmonies of #655CF1
Complementary color
Monochromatic Colors of #655CF1
Black with #655CF1
Text Example
Text Example
White with #655CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CF1; }
p { color: rgb(101,92,241); }
H1.HeaderClassName
{
color: #655CF1;
}
.AnyTagClassName
{
color: #655CF1;
}
</style>
background-color css
<style>
a { background-color: #655CF1; }
a { background-color: rgb(101,92,241); }
div.DivClassName
{
background-color: #655CF1;
}
.BgClassName
{
background-color: #655CF1;
}
</style>
border-color css
<style>
span { border-color: #655CF1; }
span { border-color: rgb(101,92,241); }
td.TdClassName
{
border-color: #655CF1;
}
.TagClassName
{
border-color: #655CF1;
}
</style>