Shades of Medium Slate Blue #655FF7
Tints of Medium Slate Blue #655FF7
RGB
CMYK
RGB Variations
Color information
#655FF7 (or 0x655FF7) is known color: Medium Slate Blue. HEX triplet: 65, 5F and F7. RGB value is (101,95,247). Sum of RGB (Red+Green+Blue) = 101+95+247=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #655FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FF7 is #9AA008. Grayscale: #717171. Windows color (decimal): -10133513 or 16211813. OLE color: 16211813.
HSL color Cylindrical-coordinate representation of color #655FF7: hue angle of 242.37º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #655FF7 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 95 | 247 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.03 |
| HSL | 242.37º | 0.9% | 0.67% | - |
| HSV(B) | 242.37º | 0.62% | 0.97% | - |
| XYZ | 26.25 | 17.67 | 90.02 | - |
| YUV | 114.12 | 202.99 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 247 | 0.59 | 0.62 | 0 | 0.03 | 242.37 | 0.9 | 0.67 |
| Hex | 65 | 5F | F7 | 3B | 3E | 0 | 3 | F2 | 5A | 43 |
| Octal | 145 | 137 | 367 | 73 | 76 | 0 | 3 | 362 | 132 | 103 |
| Binary | 1100101 | 1011111 | 11110111 | 111011 | 111110 | 0 | 11 | 11110010 | 1011010 | 1000011 |
Color Harmonies of #655FF7
Complementary color
Monochromatic Colors of #655FF7
Black with #655FF7
Text Example
Text Example
White with #655FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FF7; }
p { color: rgb(101,95,247); }
H1.HeaderClassName
{
color: #655FF7;
}
.AnyTagClassName
{
color: #655FF7;
}
</style>
background-color css
<style>
a { background-color: #655FF7; }
a { background-color: rgb(101,95,247); }
div.DivClassName
{
background-color: #655FF7;
}
.BgClassName
{
background-color: #655FF7;
}
</style>
border-color css
<style>
span { border-color: #655FF7; }
span { border-color: rgb(101,95,247); }
td.TdClassName
{
border-color: #655FF7;
}
.TagClassName
{
border-color: #655FF7;
}
</style>