Shades of Slate Blue #654FCD
Tints of Slate Blue #654FCD
RGB
CMYK
RGB Variations
Color information
#654FCD (or 0x654FCD) is known color: Slate Blue. HEX triplet: 65, 4F and CD. RGB value is (101,79,205). Sum of RGB (Red+Green+Blue) = 101+79+205=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #654FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FCD is #9AB032. Grayscale: #636363. Windows color (decimal): -10137651 or 13455205. OLE color: 13455205.
HSL color Cylindrical-coordinate representation of color #654FCD: hue angle of 250.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #654FCD is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 79 | 205 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.20 |
| HSL | 250.48º | 0.56% | 0.56% | - |
| HSV(B) | 250.48º | 0.61% | 0.8% | - |
| XYZ | 19.18 | 12.77 | 59.21 | - |
| YUV | 99.94 | 187.29 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 205 | 0.51 | 0.61 | 0 | 0.20 | 250.48 | 0.56 | 0.56 |
| Hex | 65 | 4F | CD | 33 | 3D | 0 | 14 | FA | 38 | 38 |
| Octal | 145 | 117 | 315 | 63 | 75 | 0 | 24 | 372 | 70 | 70 |
| Binary | 1100101 | 1001111 | 11001101 | 110011 | 111101 | 0 | 10100 | 11111010 | 111000 | 111000 |
Color Harmonies of #654FCD
Complementary color
Monochromatic Colors of #654FCD
Black with #654FCD
Text Example
Text Example
White with #654FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FCD; }
p { color: rgb(101,79,205); }
H1.HeaderClassName
{
color: #654FCD;
}
.AnyTagClassName
{
color: #654FCD;
}
</style>
background-color css
<style>
a { background-color: #654FCD; }
a { background-color: rgb(101,79,205); }
div.DivClassName
{
background-color: #654FCD;
}
.BgClassName
{
background-color: #654FCD;
}
</style>
border-color css
<style>
span { border-color: #654FCD; }
span { border-color: rgb(101,79,205); }
td.TdClassName
{
border-color: #654FCD;
}
.TagClassName
{
border-color: #654FCD;
}
</style>