Shades of Slate Blue #654ED1
Tints of Slate Blue #654ED1
RGB
CMYK
RGB Variations
Color information
#654ED1 (or 0x654ED1) is known color: Slate Blue. HEX triplet: 65, 4E and D1. RGB value is (101,78,209). Sum of RGB (Red+Green+Blue) = 101+78+209=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #654ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654ED1 is #9AB12E. Grayscale: #636363. Windows color (decimal): -10137903 or 13717093. OLE color: 13717093.
HSL color Cylindrical-coordinate representation of color #654ED1: hue angle of 250.53º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #654ED1 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 78 | 209 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.18 |
| HSL | 250.53º | 0.59% | 0.56% | - |
| HSV(B) | 250.53º | 0.63% | 0.82% | - |
| XYZ | 19.6 | 12.82 | 61.76 | - |
| YUV | 99.81 | 189.62 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 209 | 0.52 | 0.63 | 0 | 0.18 | 250.53 | 0.59 | 0.56 |
| Hex | 65 | 4E | D1 | 34 | 3F | 0 | 12 | FB | 3B | 38 |
| Octal | 145 | 116 | 321 | 64 | 77 | 0 | 22 | 373 | 73 | 70 |
| Binary | 1100101 | 1001110 | 11010001 | 110100 | 111111 | 0 | 10010 | 11111011 | 111011 | 111000 |
Color Harmonies of #654ED1
Complementary color
Monochromatic Colors of #654ED1
Black with #654ED1
Text Example
Text Example
White with #654ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654ED1; }
p { color: rgb(101,78,209); }
H1.HeaderClassName
{
color: #654ED1;
}
.AnyTagClassName
{
color: #654ED1;
}
</style>
background-color css
<style>
a { background-color: #654ED1; }
a { background-color: rgb(101,78,209); }
div.DivClassName
{
background-color: #654ED1;
}
.BgClassName
{
background-color: #654ED1;
}
</style>
border-color css
<style>
span { border-color: #654ED1; }
span { border-color: rgb(101,78,209); }
td.TdClassName
{
border-color: #654ED1;
}
.TagClassName
{
border-color: #654ED1;
}
</style>