Shades of Slate Blue #654EDD
Tints of Slate Blue #654EDD
RGB
CMYK
RGB Variations
Color information
#654EDD (or 0x654EDD) is known color: Slate Blue. HEX triplet: 65, 4E and DD. RGB value is (101,78,221). Sum of RGB (Red+Green+Blue) = 101+78+221=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #654EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EDD is #9AB122. Grayscale: #646464. Windows color (decimal): -10137891 or 14503525. OLE color: 14503525.
HSL color Cylindrical-coordinate representation of color #654EDD: hue angle of 249.65º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654EDD is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 78 | 221 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.13 |
| HSL | 249.65º | 0.68% | 0.59% | - |
| HSV(B) | 249.65º | 0.65% | 0.87% | - |
| XYZ | 21.14 | 13.44 | 69.89 | - |
| YUV | 101.18 | 195.62 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 221 | 0.54 | 0.65 | 0 | 0.13 | 249.65 | 0.68 | 0.59 |
| Hex | 65 | 4E | DD | 36 | 41 | 0 | D | FA | 44 | 3B |
| Octal | 145 | 116 | 335 | 66 | 101 | 0 | 15 | 372 | 104 | 73 |
| Binary | 1100101 | 1001110 | 11011101 | 110110 | 1000001 | 0 | 1101 | 11111010 | 1000100 | 111011 |
Color Harmonies of #654EDD
Complementary color
Monochromatic Colors of #654EDD
Black with #654EDD
Text Example
Text Example
White with #654EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EDD; }
p { color: rgb(101,78,221); }
H1.HeaderClassName
{
color: #654EDD;
}
.AnyTagClassName
{
color: #654EDD;
}
</style>
background-color css
<style>
a { background-color: #654EDD; }
a { background-color: rgb(101,78,221); }
div.DivClassName
{
background-color: #654EDD;
}
.BgClassName
{
background-color: #654EDD;
}
</style>
border-color css
<style>
span { border-color: #654EDD; }
span { border-color: rgb(101,78,221); }
td.TdClassName
{
border-color: #654EDD;
}
.TagClassName
{
border-color: #654EDD;
}
</style>