Shades of Medium Slate Blue #656AE8
Tints of Medium Slate Blue #656AE8
RGB
CMYK
RGB Variations
Color information
#656AE8 (or 0x656AE8) is known color: Medium Slate Blue. HEX triplet: 65, 6A and E8. RGB value is (101,106,232). Sum of RGB (Red+Green+Blue) = 101+106+232=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #656AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656AE8 is #9A9517. Grayscale: #767676. Windows color (decimal): -10130712 or 15231589. OLE color: 15231589.
HSL color Cylindrical-coordinate representation of color #656AE8: hue angle of 237.71º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #656AE8 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 106 | 232 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.09 |
| HSL | 237.71º | 0.74% | 0.65% | - |
| HSV(B) | 237.71º | 0.56% | 0.91% | - |
| XYZ | 25.09 | 18.9 | 78.67 | - |
| YUV | 118.87 | 191.84 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 232 | 0.56 | 0.54 | 0 | 0.09 | 237.71 | 0.74 | 0.65 |
| Hex | 65 | 6A | E8 | 38 | 36 | 0 | 9 | EE | 4A | 41 |
| Octal | 145 | 152 | 350 | 70 | 66 | 0 | 11 | 356 | 112 | 101 |
| Binary | 1100101 | 1101010 | 11101000 | 111000 | 110110 | 0 | 1001 | 11101110 | 1001010 | 1000001 |
Color Harmonies of #656AE8
Complementary color
Monochromatic Colors of #656AE8
Black with #656AE8
Text Example
Text Example
White with #656AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AE8; }
p { color: rgb(101,106,232); }
H1.HeaderClassName
{
color: #656AE8;
}
.AnyTagClassName
{
color: #656AE8;
}
</style>
background-color css
<style>
a { background-color: #656AE8; }
a { background-color: rgb(101,106,232); }
div.DivClassName
{
background-color: #656AE8;
}
.BgClassName
{
background-color: #656AE8;
}
</style>
border-color css
<style>
span { border-color: #656AE8; }
span { border-color: rgb(101,106,232); }
td.TdClassName
{
border-color: #656AE8;
}
.TagClassName
{
border-color: #656AE8;
}
</style>