Shades of Slate Blue #654FD8
Tints of Slate Blue #654FD8
RGB
CMYK
RGB Variations
Color information
#654FD8 (or 0x654FD8) is known color: Slate Blue. HEX triplet: 65, 4F and D8. RGB value is (101,79,216). Sum of RGB (Red+Green+Blue) = 101+79+216=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #654FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FD8 is #9AB027. Grayscale: #646464. Windows color (decimal): -10137640 or 14176101. OLE color: 14176101.
HSL color Cylindrical-coordinate representation of color #654FD8: hue angle of 249.64º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #654FD8 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 79 | 216 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.15 |
| HSL | 249.64º | 0.64% | 0.58% | - |
| HSV(B) | 249.64º | 0.63% | 0.85% | - |
| XYZ | 20.56 | 13.32 | 66.45 | - |
| YUV | 101.2 | 192.79 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 216 | 0.53 | 0.63 | 0 | 0.15 | 249.64 | 0.64 | 0.58 |
| Hex | 65 | 4F | D8 | 35 | 3F | 0 | F | FA | 40 | 3A |
| Octal | 145 | 117 | 330 | 65 | 77 | 0 | 17 | 372 | 100 | 72 |
| Binary | 1100101 | 1001111 | 11011000 | 110101 | 111111 | 0 | 1111 | 11111010 | 1000000 | 111010 |
Color Harmonies of #654FD8
Complementary color
Monochromatic Colors of #654FD8
Black with #654FD8
Text Example
Text Example
White with #654FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FD8; }
p { color: rgb(101,79,216); }
H1.HeaderClassName
{
color: #654FD8;
}
.AnyTagClassName
{
color: #654FD8;
}
</style>
background-color css
<style>
a { background-color: #654FD8; }
a { background-color: rgb(101,79,216); }
div.DivClassName
{
background-color: #654FD8;
}
.BgClassName
{
background-color: #654FD8;
}
</style>
border-color css
<style>
span { border-color: #654FD8; }
span { border-color: rgb(101,79,216); }
td.TdClassName
{
border-color: #654FD8;
}
.TagClassName
{
border-color: #654FD8;
}
</style>