Shades of Medium Slate Blue #655BF3
Tints of Medium Slate Blue #655BF3
RGB
CMYK
RGB Variations
Color information
#655BF3 (or 0x655BF3) is known color: Medium Slate Blue. HEX triplet: 65, 5B and F3. RGB value is (101,91,243). Sum of RGB (Red+Green+Blue) = 101+91+243=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #655BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655BF3 is #9AA40C. Grayscale: #6E6E6E. Windows color (decimal): -10134541 or 15948645. OLE color: 15948645.
HSL color Cylindrical-coordinate representation of color #655BF3: hue angle of 243.95º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #655BF3 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 91 | 243 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.05 |
| HSL | 243.95º | 0.86% | 0.65% | - |
| HSV(B) | 243.95º | 0.63% | 0.95% | - |
| XYZ | 25.29 | 16.72 | 86.69 | - |
| YUV | 111.32 | 202.31 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 243 | 0.58 | 0.63 | 0 | 0.05 | 243.95 | 0.86 | 0.65 |
| Hex | 65 | 5B | F3 | 3A | 3F | 0 | 5 | F4 | 56 | 41 |
| Octal | 145 | 133 | 363 | 72 | 77 | 0 | 5 | 364 | 126 | 101 |
| Binary | 1100101 | 1011011 | 11110011 | 111010 | 111111 | 0 | 101 | 11110100 | 1010110 | 1000001 |
Color Harmonies of #655BF3
Complementary color
Monochromatic Colors of #655BF3
Black with #655BF3
Text Example
Text Example
White with #655BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BF3; }
p { color: rgb(101,91,243); }
H1.HeaderClassName
{
color: #655BF3;
}
.AnyTagClassName
{
color: #655BF3;
}
</style>
background-color css
<style>
a { background-color: #655BF3; }
a { background-color: rgb(101,91,243); }
div.DivClassName
{
background-color: #655BF3;
}
.BgClassName
{
background-color: #655BF3;
}
</style>
border-color css
<style>
span { border-color: #655BF3; }
span { border-color: rgb(101,91,243); }
td.TdClassName
{
border-color: #655BF3;
}
.TagClassName
{
border-color: #655BF3;
}
</style>