Shades of Medium Slate Blue #655EFB
Tints of Medium Slate Blue #655EFB
RGB
CMYK
RGB Variations
Color information
#655EFB (or 0x655EFB) is known color: Medium Slate Blue. HEX triplet: 65, 5E and FB. RGB value is (101,94,251). Sum of RGB (Red+Green+Blue) = 101+94+251=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #655EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655EFB is #9AA104. Grayscale: #717171. Windows color (decimal): -10133765 or 16473701. OLE color: 16473701.
HSL color Cylindrical-coordinate representation of color #655EFB: hue angle of 242.68º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #655EFB is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 94 | 251 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.02 |
| HSL | 242.68º | 0.95% | 0.68% | - |
| HSV(B) | 242.68º | 0.63% | 0.98% | - |
| XYZ | 26.78 | 17.74 | 93.28 | - |
| YUV | 113.99 | 205.32 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 251 | 0.60 | 0.63 | 0 | 0.02 | 242.68 | 0.95 | 0.68 |
| Hex | 65 | 5E | FB | 3C | 3F | 0 | 2 | F3 | 5F | 44 |
| Octal | 145 | 136 | 373 | 74 | 77 | 0 | 2 | 363 | 137 | 104 |
| Binary | 1100101 | 1011110 | 11111011 | 111100 | 111111 | 0 | 10 | 11110011 | 1011111 | 1000100 |
Color Harmonies of #655EFB
Complementary color
Monochromatic Colors of #655EFB
Black with #655EFB
Text Example
Text Example
White with #655EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655EFB; }
p { color: rgb(101,94,251); }
H1.HeaderClassName
{
color: #655EFB;
}
.AnyTagClassName
{
color: #655EFB;
}
</style>
background-color css
<style>
a { background-color: #655EFB; }
a { background-color: rgb(101,94,251); }
div.DivClassName
{
background-color: #655EFB;
}
.BgClassName
{
background-color: #655EFB;
}
</style>
border-color css
<style>
span { border-color: #655EFB; }
span { border-color: rgb(101,94,251); }
td.TdClassName
{
border-color: #655EFB;
}
.TagClassName
{
border-color: #655EFB;
}
</style>