Shades of Slate Blue #654AD2
Tints of Slate Blue #654AD2
RGB
CMYK
RGB Variations
Color information
#654AD2 (or 0x654AD2) is known color: Slate Blue. HEX triplet: 65, 4A and D2. RGB value is (101,74,210). Sum of RGB (Red+Green+Blue) = 101+74+210=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #654AD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654AD2 is #9AB52D. Grayscale: #616161. Windows color (decimal): -10138926 or 13781605. OLE color: 13781605.
HSL color Cylindrical-coordinate representation of color #654AD2: hue angle of 251.91º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654AD2 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 74 | 210 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.18 |
| HSL | 251.91º | 0.6% | 0.56% | - |
| HSV(B) | 251.91º | 0.65% | 0.82% | - |
| XYZ | 19.45 | 12.32 | 62.33 | - |
| YUV | 97.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 210 | 0.52 | 0.65 | 0 | 0.18 | 251.91 | 0.6 | 0.56 |
| Hex | 65 | 4A | D2 | 34 | 41 | 0 | 12 | FC | 3C | 38 |
| Octal | 145 | 112 | 322 | 64 | 101 | 0 | 22 | 374 | 74 | 70 |
| Binary | 1100101 | 1001010 | 11010010 | 110100 | 1000001 | 0 | 10010 | 11111100 | 111100 | 111000 |
Color Harmonies of #654AD2
Complementary color
Monochromatic Colors of #654AD2
Black with #654AD2
Text Example
Text Example
White with #654AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654AD2; }
p { color: rgb(101,74,210); }
H1.HeaderClassName
{
color: #654AD2;
}
.AnyTagClassName
{
color: #654AD2;
}
</style>
background-color css
<style>
a { background-color: #654AD2; }
a { background-color: rgb(101,74,210); }
div.DivClassName
{
background-color: #654AD2;
}
.BgClassName
{
background-color: #654AD2;
}
</style>
border-color css
<style>
span { border-color: #654AD2; }
span { border-color: rgb(101,74,210); }
td.TdClassName
{
border-color: #654AD2;
}
.TagClassName
{
border-color: #654AD2;
}
</style>