Shades of Medium Slate Blue #655AEC
Tints of Medium Slate Blue #655AEC
RGB
CMYK
RGB Variations
Color information
#655AEC (or 0x655AEC) is known color: Medium Slate Blue. HEX triplet: 65, 5A and EC. RGB value is (101,90,236). Sum of RGB (Red+Green+Blue) = 101+90+236=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #655AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655AEC is #9AA513. Grayscale: #6D6D6D. Windows color (decimal): -10134804 or 15489637. OLE color: 15489637.
HSL color Cylindrical-coordinate representation of color #655AEC: hue angle of 244.52º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #655AEC is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 90 | 236 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.07 |
| HSL | 244.52º | 0.79% | 0.64% | - |
| HSV(B) | 244.52º | 0.62% | 0.93% | - |
| XYZ | 24.16 | 16.14 | 81.2 | - |
| YUV | 109.93 | 199.14 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 236 | 0.57 | 0.62 | 0 | 0.07 | 244.52 | 0.79 | 0.64 |
| Hex | 65 | 5A | EC | 39 | 3E | 0 | 7 | F5 | 4F | 40 |
| Octal | 145 | 132 | 354 | 71 | 76 | 0 | 7 | 365 | 117 | 100 |
| Binary | 1100101 | 1011010 | 11101100 | 111001 | 111110 | 0 | 111 | 11110101 | 1001111 | 1000000 |
Color Harmonies of #655AEC
Complementary color
Monochromatic Colors of #655AEC
Black with #655AEC
Text Example
Text Example
White with #655AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AEC; }
p { color: rgb(101,90,236); }
H1.HeaderClassName
{
color: #655AEC;
}
.AnyTagClassName
{
color: #655AEC;
}
</style>
background-color css
<style>
a { background-color: #655AEC; }
a { background-color: rgb(101,90,236); }
div.DivClassName
{
background-color: #655AEC;
}
.BgClassName
{
background-color: #655AEC;
}
</style>
border-color css
<style>
span { border-color: #655AEC; }
span { border-color: rgb(101,90,236); }
td.TdClassName
{
border-color: #655AEC;
}
.TagClassName
{
border-color: #655AEC;
}
</style>