Shades of Slate Blue #654FE1
Tints of Slate Blue #654FE1
RGB
CMYK
RGB Variations
Color information
#654FE1 (or 0x654FE1) is known color: Slate Blue. HEX triplet: 65, 4F and E1. RGB value is (101,79,225). Sum of RGB (Red+Green+Blue) = 101+79+225=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #654FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FE1 is #9AB01E. Grayscale: #656565. Windows color (decimal): -10137631 or 14765925. OLE color: 14765925.
HSL color Cylindrical-coordinate representation of color #654FE1: hue angle of 249.04º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654FE1 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 79 | 225 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.12 |
| HSL | 249.04º | 0.71% | 0.6% | - |
| HSV(B) | 249.04º | 0.65% | 0.88% | - |
| XYZ | 21.75 | 13.79 | 72.75 | - |
| YUV | 102.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 225 | 0.55 | 0.65 | 0 | 0.12 | 249.04 | 0.71 | 0.6 |
| Hex | 65 | 4F | E1 | 37 | 41 | 0 | C | F9 | 47 | 3C |
| Octal | 145 | 117 | 341 | 67 | 101 | 0 | 14 | 371 | 107 | 74 |
| Binary | 1100101 | 1001111 | 11100001 | 110111 | 1000001 | 0 | 1100 | 11111001 | 1000111 | 111100 |
Color Harmonies of #654FE1
Complementary color
Monochromatic Colors of #654FE1
Black with #654FE1
Text Example
Text Example
White with #654FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FE1; }
p { color: rgb(101,79,225); }
H1.HeaderClassName
{
color: #654FE1;
}
.AnyTagClassName
{
color: #654FE1;
}
</style>
background-color css
<style>
a { background-color: #654FE1; }
a { background-color: rgb(101,79,225); }
div.DivClassName
{
background-color: #654FE1;
}
.BgClassName
{
background-color: #654FE1;
}
</style>
border-color css
<style>
span { border-color: #654FE1; }
span { border-color: rgb(101,79,225); }
td.TdClassName
{
border-color: #654FE1;
}
.TagClassName
{
border-color: #654FE1;
}
</style>