Shades of Medium Slate Blue #655AEB
Tints of Medium Slate Blue #655AEB
RGB
CMYK
RGB Variations
Color information
#655AEB (or 0x655AEB) is known color: Medium Slate Blue. HEX triplet: 65, 5A and EB. RGB value is (101,90,235). Sum of RGB (Red+Green+Blue) = 101+90+235=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #655AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655AEB is #9AA514. Grayscale: #6D6D6D. Windows color (decimal): -10134805 or 15424101. OLE color: 15424101.
HSL color Cylindrical-coordinate representation of color #655AEB: hue angle of 244.55º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #655AEB is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 90 | 235 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.08 |
| HSL | 244.55º | 0.78% | 0.64% | - |
| HSV(B) | 244.55º | 0.62% | 0.92% | - |
| XYZ | 24.02 | 16.08 | 80.43 | - |
| YUV | 109.82 | 198.64 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 235 | 0.57 | 0.62 | 0 | 0.08 | 244.55 | 0.78 | 0.64 |
| Hex | 65 | 5A | EB | 39 | 3E | 0 | 8 | F5 | 4E | 40 |
| Octal | 145 | 132 | 353 | 71 | 76 | 0 | 10 | 365 | 116 | 100 |
| Binary | 1100101 | 1011010 | 11101011 | 111001 | 111110 | 0 | 1000 | 11110101 | 1001110 | 1000000 |
Color Harmonies of #655AEB
Complementary color
Monochromatic Colors of #655AEB
Black with #655AEB
Text Example
Text Example
White with #655AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AEB; }
p { color: rgb(101,90,235); }
H1.HeaderClassName
{
color: #655AEB;
}
.AnyTagClassName
{
color: #655AEB;
}
</style>
background-color css
<style>
a { background-color: #655AEB; }
a { background-color: rgb(101,90,235); }
div.DivClassName
{
background-color: #655AEB;
}
.BgClassName
{
background-color: #655AEB;
}
</style>
border-color css
<style>
span { border-color: #655AEB; }
span { border-color: rgb(101,90,235); }
td.TdClassName
{
border-color: #655AEB;
}
.TagClassName
{
border-color: #655AEB;
}
</style>