Shades of Medium Slate Blue #655CF8
Tints of Medium Slate Blue #655CF8
RGB
CMYK
RGB Variations
Color information
#655CF8 (or 0x655CF8) is known color: Medium Slate Blue. HEX triplet: 65, 5C and F8. RGB value is (101,92,248). Sum of RGB (Red+Green+Blue) = 101+92+248=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #655CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655CF8 is #9AA307. Grayscale: #6F6F6F. Windows color (decimal): -10134280 or 16276581. OLE color: 16276581.
HSL color Cylindrical-coordinate representation of color #655CF8: hue angle of 243.46º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #655CF8 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 92 | 248 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.03 |
| HSL | 243.46º | 0.92% | 0.67% | - |
| HSV(B) | 243.46º | 0.63% | 0.97% | - |
| XYZ | 26.14 | 17.2 | 90.75 | - |
| YUV | 112.48 | 204.48 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 248 | 0.59 | 0.63 | 0 | 0.03 | 243.46 | 0.92 | 0.67 |
| Hex | 65 | 5C | F8 | 3B | 3F | 0 | 3 | F3 | 5C | 43 |
| Octal | 145 | 134 | 370 | 73 | 77 | 0 | 3 | 363 | 134 | 103 |
| Binary | 1100101 | 1011100 | 11111000 | 111011 | 111111 | 0 | 11 | 11110011 | 1011100 | 1000011 |
Color Harmonies of #655CF8
Complementary color
Monochromatic Colors of #655CF8
Black with #655CF8
Text Example
Text Example
White with #655CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CF8; }
p { color: rgb(101,92,248); }
H1.HeaderClassName
{
color: #655CF8;
}
.AnyTagClassName
{
color: #655CF8;
}
</style>
background-color css
<style>
a { background-color: #655CF8; }
a { background-color: rgb(101,92,248); }
div.DivClassName
{
background-color: #655CF8;
}
.BgClassName
{
background-color: #655CF8;
}
</style>
border-color css
<style>
span { border-color: #655CF8; }
span { border-color: rgb(101,92,248); }
td.TdClassName
{
border-color: #655CF8;
}
.TagClassName
{
border-color: #655CF8;
}
</style>