Shades of Medium Slate Blue #656EFA
Tints of Medium Slate Blue #656EFA
RGB
CMYK
RGB Variations
Color information
#656EFA (or 0x656EFA) is known color: Medium Slate Blue. HEX triplet: 65, 6E and FA. RGB value is (101,110,250). Sum of RGB (Red+Green+Blue) = 101+110+250=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #656EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656EFA is #9A9105. Grayscale: #7A7A7A. Windows color (decimal): -10129670 or 16412261. OLE color: 16412261.
HSL color Cylindrical-coordinate representation of color #656EFA: hue angle of 236.38º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #656EFA is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 110 | 250 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.02 |
| HSL | 236.38º | 0.94% | 0.69% | - |
| HSV(B) | 236.38º | 0.6% | 0.98% | - |
| XYZ | 28.2 | 20.82 | 92.98 | - |
| YUV | 123.27 | 199.52 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 250 | 0.60 | 0.56 | 0 | 0.02 | 236.38 | 0.94 | 0.69 |
| Hex | 65 | 6E | FA | 3C | 38 | 0 | 2 | EC | 5E | 45 |
| Octal | 145 | 156 | 372 | 74 | 70 | 0 | 2 | 354 | 136 | 105 |
| Binary | 1100101 | 1101110 | 11111010 | 111100 | 111000 | 0 | 10 | 11101100 | 1011110 | 1000101 |
Color Harmonies of #656EFA
Complementary color
Monochromatic Colors of #656EFA
Black with #656EFA
Text Example
Text Example
White with #656EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EFA; }
p { color: rgb(101,110,250); }
H1.HeaderClassName
{
color: #656EFA;
}
.AnyTagClassName
{
color: #656EFA;
}
</style>
background-color css
<style>
a { background-color: #656EFA; }
a { background-color: rgb(101,110,250); }
div.DivClassName
{
background-color: #656EFA;
}
.BgClassName
{
background-color: #656EFA;
}
</style>
border-color css
<style>
span { border-color: #656EFA; }
span { border-color: rgb(101,110,250); }
td.TdClassName
{
border-color: #656EFA;
}
.TagClassName
{
border-color: #656EFA;
}
</style>