Shades of Medium Slate Blue #656FE5
Tints of Medium Slate Blue #656FE5
RGB
CMYK
RGB Variations
Color information
#656FE5 (or 0x656FE5) is known color: Medium Slate Blue. HEX triplet: 65, 6F and E5. RGB value is (101,111,229). Sum of RGB (Red+Green+Blue) = 101+111+229=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #656FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FE5 is #9A901A. Grayscale: #787878. Windows color (decimal): -10129435 or 15036261. OLE color: 15036261.
HSL color Cylindrical-coordinate representation of color #656FE5: hue angle of 235.31º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #656FE5 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 111 | 229 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.10 |
| HSL | 235.31º | 0.71% | 0.65% | - |
| HSV(B) | 235.31º | 0.56% | 0.9% | - |
| XYZ | 25.19 | 19.79 | 76.62 | - |
| YUV | 121.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 229 | 0.56 | 0.52 | 0 | 0.10 | 235.31 | 0.71 | 0.65 |
| Hex | 65 | 6F | E5 | 38 | 34 | 0 | A | EB | 47 | 41 |
| Octal | 145 | 157 | 345 | 70 | 64 | 0 | 12 | 353 | 107 | 101 |
| Binary | 1100101 | 1101111 | 11100101 | 111000 | 110100 | 0 | 1010 | 11101011 | 1000111 | 1000001 |
Color Harmonies of #656FE5
Complementary color
Monochromatic Colors of #656FE5
Black with #656FE5
Text Example
Text Example
White with #656FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FE5; }
p { color: rgb(101,111,229); }
H1.HeaderClassName
{
color: #656FE5;
}
.AnyTagClassName
{
color: #656FE5;
}
</style>
background-color css
<style>
a { background-color: #656FE5; }
a { background-color: rgb(101,111,229); }
div.DivClassName
{
background-color: #656FE5;
}
.BgClassName
{
background-color: #656FE5;
}
</style>
border-color css
<style>
span { border-color: #656FE5; }
span { border-color: rgb(101,111,229); }
td.TdClassName
{
border-color: #656FE5;
}
.TagClassName
{
border-color: #656FE5;
}
</style>