Shades of Medium Slate Blue #655CEB
Tints of Medium Slate Blue #655CEB
RGB
CMYK
RGB Variations
Color information
#655CEB (or 0x655CEB) is known color: Medium Slate Blue. HEX triplet: 65, 5C and EB. RGB value is (101,92,235). Sum of RGB (Red+Green+Blue) = 101+92+235=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #655CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655CEB is #9AA314. Grayscale: #6E6E6E. Windows color (decimal): -10134293 or 15424613. OLE color: 15424613.
HSL color Cylindrical-coordinate representation of color #655CEB: hue angle of 243.78º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #655CEB is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 92 | 235 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.08 |
| HSL | 243.78º | 0.78% | 0.64% | - |
| HSV(B) | 243.78º | 0.61% | 0.92% | - |
| XYZ | 24.19 | 16.42 | 80.49 | - |
| YUV | 110.99 | 197.98 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 235 | 0.57 | 0.61 | 0 | 0.08 | 243.78 | 0.78 | 0.64 |
| Hex | 65 | 5C | EB | 39 | 3D | 0 | 8 | F4 | 4E | 40 |
| Octal | 145 | 134 | 353 | 71 | 75 | 0 | 10 | 364 | 116 | 100 |
| Binary | 1100101 | 1011100 | 11101011 | 111001 | 111101 | 0 | 1000 | 11110100 | 1001110 | 1000000 |
Color Harmonies of #655CEB
Complementary color
Monochromatic Colors of #655CEB
Black with #655CEB
Text Example
Text Example
White with #655CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CEB; }
p { color: rgb(101,92,235); }
H1.HeaderClassName
{
color: #655CEB;
}
.AnyTagClassName
{
color: #655CEB;
}
</style>
background-color css
<style>
a { background-color: #655CEB; }
a { background-color: rgb(101,92,235); }
div.DivClassName
{
background-color: #655CEB;
}
.BgClassName
{
background-color: #655CEB;
}
</style>
border-color css
<style>
span { border-color: #655CEB; }
span { border-color: rgb(101,92,235); }
td.TdClassName
{
border-color: #655CEB;
}
.TagClassName
{
border-color: #655CEB;
}
</style>