Shades of Slate Blue #654EDB
Tints of Slate Blue #654EDB
RGB
CMYK
RGB Variations
Color information
#654EDB (or 0x654EDB) is known color: Slate Blue. HEX triplet: 65, 4E and DB. RGB value is (101,78,219). Sum of RGB (Red+Green+Blue) = 101+78+219=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #654EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EDB is #9AB124. Grayscale: #646464. Windows color (decimal): -10137893 or 14372453. OLE color: 14372453.
HSL color Cylindrical-coordinate representation of color #654EDB: hue angle of 249.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #654EDB is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 78 | 219 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.14 |
| HSL | 249.79º | 0.66% | 0.58% | - |
| HSV(B) | 249.79º | 0.64% | 0.86% | - |
| XYZ | 20.88 | 13.33 | 68.49 | - |
| YUV | 100.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 219 | 0.54 | 0.64 | 0 | 0.14 | 249.79 | 0.66 | 0.58 |
| Hex | 65 | 4E | DB | 36 | 40 | 0 | E | FA | 42 | 3A |
| Octal | 145 | 116 | 333 | 66 | 100 | 0 | 16 | 372 | 102 | 72 |
| Binary | 1100101 | 1001110 | 11011011 | 110110 | 1000000 | 0 | 1110 | 11111010 | 1000010 | 111010 |
Color Harmonies of #654EDB
Complementary color
Monochromatic Colors of #654EDB
Black with #654EDB
Text Example
Text Example
White with #654EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EDB; }
p { color: rgb(101,78,219); }
H1.HeaderClassName
{
color: #654EDB;
}
.AnyTagClassName
{
color: #654EDB;
}
</style>
background-color css
<style>
a { background-color: #654EDB; }
a { background-color: rgb(101,78,219); }
div.DivClassName
{
background-color: #654EDB;
}
.BgClassName
{
background-color: #654EDB;
}
</style>
border-color css
<style>
span { border-color: #654EDB; }
span { border-color: rgb(101,78,219); }
td.TdClassName
{
border-color: #654EDB;
}
.TagClassName
{
border-color: #654EDB;
}
</style>