Shades of Medium Slate Blue #655DFA
Tints of Medium Slate Blue #655DFA
RGB
CMYK
RGB Variations
Color information
#655DFA (or 0x655DFA) is known color: Medium Slate Blue. HEX triplet: 65, 5D and FA. RGB value is (101,93,250). Sum of RGB (Red+Green+Blue) = 101+93+250=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #655DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655DFA is #9AA205. Grayscale: #707070. Windows color (decimal): -10134022 or 16407909. OLE color: 16407909.
HSL color Cylindrical-coordinate representation of color #655DFA: hue angle of 243.06º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #655DFA is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 93 | 250 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.02 |
| HSL | 243.06º | 0.94% | 0.67% | - |
| HSV(B) | 243.06º | 0.63% | 0.98% | - |
| XYZ | 26.54 | 17.5 | 92.42 | - |
| YUV | 113.29 | 205.15 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 250 | 0.60 | 0.63 | 0 | 0.02 | 243.06 | 0.94 | 0.67 |
| Hex | 65 | 5D | FA | 3C | 3F | 0 | 2 | F3 | 5E | 43 |
| Octal | 145 | 135 | 372 | 74 | 77 | 0 | 2 | 363 | 136 | 103 |
| Binary | 1100101 | 1011101 | 11111010 | 111100 | 111111 | 0 | 10 | 11110011 | 1011110 | 1000011 |
Color Harmonies of #655DFA
Complementary color
Monochromatic Colors of #655DFA
Black with #655DFA
Text Example
Text Example
White with #655DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DFA; }
p { color: rgb(101,93,250); }
H1.HeaderClassName
{
color: #655DFA;
}
.AnyTagClassName
{
color: #655DFA;
}
</style>
background-color css
<style>
a { background-color: #655DFA; }
a { background-color: rgb(101,93,250); }
div.DivClassName
{
background-color: #655DFA;
}
.BgClassName
{
background-color: #655DFA;
}
</style>
border-color css
<style>
span { border-color: #655DFA; }
span { border-color: rgb(101,93,250); }
td.TdClassName
{
border-color: #655DFA;
}
.TagClassName
{
border-color: #655DFA;
}
</style>