Shades of Slate Blue #654ACD
Tints of Slate Blue #654ACD
RGB
CMYK
RGB Variations
Color information
#654ACD (or 0x654ACD) is known color: Slate Blue. HEX triplet: 65, 4A and CD. RGB value is (101,74,205). Sum of RGB (Red+Green+Blue) = 101+74+205=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #654ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654ACD is #9AB532. Grayscale: #606060. Windows color (decimal): -10138931 or 13453925. OLE color: 13453925.
HSL color Cylindrical-coordinate representation of color #654ACD: hue angle of 252.37º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #654ACD is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 74 | 205 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.20 |
| HSL | 252.37º | 0.57% | 0.55% | - |
| HSV(B) | 252.37º | 0.64% | 0.8% | - |
| XYZ | 18.84 | 12.07 | 59.1 | - |
| YUV | 97.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 205 | 0.51 | 0.64 | 0 | 0.20 | 252.37 | 0.57 | 0.55 |
| Hex | 65 | 4A | CD | 33 | 40 | 0 | 14 | FC | 39 | 37 |
| Octal | 145 | 112 | 315 | 63 | 100 | 0 | 24 | 374 | 71 | 67 |
| Binary | 1100101 | 1001010 | 11001101 | 110011 | 1000000 | 0 | 10100 | 11111100 | 111001 | 110111 |
Color Harmonies of #654ACD
Complementary color
Monochromatic Colors of #654ACD
Black with #654ACD
Text Example
Text Example
White with #654ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654ACD; }
p { color: rgb(101,74,205); }
H1.HeaderClassName
{
color: #654ACD;
}
.AnyTagClassName
{
color: #654ACD;
}
</style>
background-color css
<style>
a { background-color: #654ACD; }
a { background-color: rgb(101,74,205); }
div.DivClassName
{
background-color: #654ACD;
}
.BgClassName
{
background-color: #654ACD;
}
</style>
border-color css
<style>
span { border-color: #654ACD; }
span { border-color: rgb(101,74,205); }
td.TdClassName
{
border-color: #654ACD;
}
.TagClassName
{
border-color: #654ACD;
}
</style>