Shades of Slate Blue #654EDF
Tints of Slate Blue #654EDF
RGB
CMYK
RGB Variations
Color information
#654EDF (or 0x654EDF) is known color: Slate Blue. HEX triplet: 65, 4E and DF. RGB value is (101,78,223). Sum of RGB (Red+Green+Blue) = 101+78+223=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #654EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EDF is #9AB120. Grayscale: #646464. Windows color (decimal): -10137889 or 14634597. OLE color: 14634597.
HSL color Cylindrical-coordinate representation of color #654EDF: hue angle of 249.52º degrees, saturation: 0.69, 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 #654EDF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 78 | 223 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.13 |
| HSL | 249.52º | 0.69% | 0.59% | - |
| HSV(B) | 249.52º | 0.65% | 0.87% | - |
| XYZ | 21.41 | 13.54 | 71.3 | - |
| YUV | 101.41 | 196.62 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 223 | 0.55 | 0.65 | 0 | 0.13 | 249.52 | 0.69 | 0.59 |
| Hex | 65 | 4E | DF | 37 | 41 | 0 | D | FA | 45 | 3B |
| Octal | 145 | 116 | 337 | 67 | 101 | 0 | 15 | 372 | 105 | 73 |
| Binary | 1100101 | 1001110 | 11011111 | 110111 | 1000001 | 0 | 1101 | 11111010 | 1000101 | 111011 |
Color Harmonies of #654EDF
Complementary color
Monochromatic Colors of #654EDF
Black with #654EDF
Text Example
Text Example
White with #654EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EDF; }
p { color: rgb(101,78,223); }
H1.HeaderClassName
{
color: #654EDF;
}
.AnyTagClassName
{
color: #654EDF;
}
</style>
background-color css
<style>
a { background-color: #654EDF; }
a { background-color: rgb(101,78,223); }
div.DivClassName
{
background-color: #654EDF;
}
.BgClassName
{
background-color: #654EDF;
}
</style>
border-color css
<style>
span { border-color: #654EDF; }
span { border-color: rgb(101,78,223); }
td.TdClassName
{
border-color: #654EDF;
}
.TagClassName
{
border-color: #654EDF;
}
</style>