Shades of Slate Blue #654BD3
Tints of Slate Blue #654BD3
RGB
CMYK
RGB Variations
Color information
#654BD3 (or 0x654BD3) is known color: Slate Blue. HEX triplet: 65, 4B and D3. RGB value is (101,75,211). Sum of RGB (Red+Green+Blue) = 101+75+211=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #654BD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BD3 is #9AB42C. Grayscale: #616161. Windows color (decimal): -10138669 or 13847397. OLE color: 13847397.
HSL color Cylindrical-coordinate representation of color #654BD3: hue angle of 251.47º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #654BD3 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 75 | 211 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.17 |
| HSL | 251.47º | 0.61% | 0.56% | - |
| HSV(B) | 251.47º | 0.64% | 0.83% | - |
| XYZ | 19.64 | 12.5 | 63.01 | - |
| YUV | 98.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 211 | 0.52 | 0.64 | 0 | 0.17 | 251.47 | 0.61 | 0.56 |
| Hex | 65 | 4B | D3 | 34 | 40 | 0 | 11 | FB | 3D | 38 |
| Octal | 145 | 113 | 323 | 64 | 100 | 0 | 21 | 373 | 75 | 70 |
| Binary | 1100101 | 1001011 | 11010011 | 110100 | 1000000 | 0 | 10001 | 11111011 | 111101 | 111000 |
Color Harmonies of #654BD3
Complementary color
Monochromatic Colors of #654BD3
Black with #654BD3
Text Example
Text Example
White with #654BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BD3; }
p { color: rgb(101,75,211); }
H1.HeaderClassName
{
color: #654BD3;
}
.AnyTagClassName
{
color: #654BD3;
}
</style>
background-color css
<style>
a { background-color: #654BD3; }
a { background-color: rgb(101,75,211); }
div.DivClassName
{
background-color: #654BD3;
}
.BgClassName
{
background-color: #654BD3;
}
</style>
border-color css
<style>
span { border-color: #654BD3; }
span { border-color: rgb(101,75,211); }
td.TdClassName
{
border-color: #654BD3;
}
.TagClassName
{
border-color: #654BD3;
}
</style>