Shades of Medium Slate Blue #655EF8
Tints of Medium Slate Blue #655EF8
RGB
CMYK
RGB Variations
Color information
#655EF8 (or 0x655EF8) is known color: Medium Slate Blue. HEX triplet: 65, 5E and F8. RGB value is (101,94,248). Sum of RGB (Red+Green+Blue) = 101+94+248=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #655EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655EF8 is #9AA107. Grayscale: #717171. Windows color (decimal): -10133768 or 16277093. OLE color: 16277093.
HSL color Cylindrical-coordinate representation of color #655EF8: hue angle of 242.73º degrees, saturation: 0.92, 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 #655EF8 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 94 | 248 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.03 |
| HSL | 242.73º | 0.92% | 0.67% | - |
| HSV(B) | 242.73º | 0.62% | 0.97% | - |
| XYZ | 26.31 | 17.55 | 90.81 | - |
| YUV | 113.65 | 203.82 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 248 | 0.59 | 0.62 | 0 | 0.03 | 242.73 | 0.92 | 0.67 |
| Hex | 65 | 5E | F8 | 3B | 3E | 0 | 3 | F3 | 5C | 43 |
| Octal | 145 | 136 | 370 | 73 | 76 | 0 | 3 | 363 | 134 | 103 |
| Binary | 1100101 | 1011110 | 11111000 | 111011 | 111110 | 0 | 11 | 11110011 | 1011100 | 1000011 |
Color Harmonies of #655EF8
Complementary color
Monochromatic Colors of #655EF8
Black with #655EF8
Text Example
Text Example
White with #655EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655EF8; }
p { color: rgb(101,94,248); }
H1.HeaderClassName
{
color: #655EF8;
}
.AnyTagClassName
{
color: #655EF8;
}
</style>
background-color css
<style>
a { background-color: #655EF8; }
a { background-color: rgb(101,94,248); }
div.DivClassName
{
background-color: #655EF8;
}
.BgClassName
{
background-color: #655EF8;
}
</style>
border-color css
<style>
span { border-color: #655EF8; }
span { border-color: rgb(101,94,248); }
td.TdClassName
{
border-color: #655EF8;
}
.TagClassName
{
border-color: #655EF8;
}
</style>