Shades of Slate Blue #653FD8
Tints of Slate Blue #653FD8
RGB
CMYK
RGB Variations
Color information
#653FD8 (or 0x653FD8) is known color: Slate Blue. HEX triplet: 65, 3F and D8. RGB value is (101,63,216). Sum of RGB (Red+Green+Blue) = 101+63+216=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #653FD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FD8 is #9AC027. Grayscale: #5B5B5B. Windows color (decimal): -10141736 or 14172005. OLE color: 14172005.
HSL color Cylindrical-coordinate representation of color #653FD8: hue angle of 254.9º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653FD8 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 63 | 216 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.15 |
| HSL | 254.9º | 0.66% | 0.55% | - |
| HSV(B) | 254.9º | 0.71% | 0.85% | - |
| XYZ | 19.54 | 11.28 | 66.11 | - |
| YUV | 91.8 | 198.09 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 216 | 0.53 | 0.71 | 0 | 0.15 | 254.9 | 0.66 | 0.55 |
| Hex | 65 | 3F | D8 | 35 | 47 | 0 | F | FF | 42 | 37 |
| Octal | 145 | 77 | 330 | 65 | 107 | 0 | 17 | 377 | 102 | 67 |
| Binary | 1100101 | 111111 | 11011000 | 110101 | 1000111 | 0 | 1111 | 11111111 | 1000010 | 110111 |
Color Harmonies of #653FD8
Complementary color
Monochromatic Colors of #653FD8
Black with #653FD8
Text Example
Text Example
White with #653FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653FD8; }
p { color: rgb(101,63,216); }
H1.HeaderClassName
{
color: #653FD8;
}
.AnyTagClassName
{
color: #653FD8;
}
</style>
background-color css
<style>
a { background-color: #653FD8; }
a { background-color: rgb(101,63,216); }
div.DivClassName
{
background-color: #653FD8;
}
.BgClassName
{
background-color: #653FD8;
}
</style>
border-color css
<style>
span { border-color: #653FD8; }
span { border-color: rgb(101,63,216); }
td.TdClassName
{
border-color: #653FD8;
}
.TagClassName
{
border-color: #653FD8;
}
</style>