Shades of Slate Blue #654CC9
Tints of Slate Blue #654CC9
RGB
CMYK
RGB Variations
Color information
#654CC9 (or 0x654CC9) is known color: Slate Blue. HEX triplet: 65, 4C and C9. RGB value is (101,76,201). Sum of RGB (Red+Green+Blue) = 101+76+201=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #654CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CC9 is #9AB336. Grayscale: #616161. Windows color (decimal): -10138423 or 13192293. OLE color: 13192293.
HSL color Cylindrical-coordinate representation of color #654CC9: hue angle of 252º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654CC9 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 76 | 201 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.21 |
| HSL | 252º | 0.54% | 0.54% | - |
| HSV(B) | 252º | 0.62% | 0.79% | - |
| XYZ | 18.49 | 12.15 | 56.63 | - |
| YUV | 97.73 | 186.28 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 201 | 0.50 | 0.62 | 0 | 0.21 | 252 | 0.54 | 0.54 |
| Hex | 65 | 4C | C9 | 32 | 3E | 0 | 15 | FC | 36 | 36 |
| Octal | 145 | 114 | 311 | 62 | 76 | 0 | 25 | 374 | 66 | 66 |
| Binary | 1100101 | 1001100 | 11001001 | 110010 | 111110 | 0 | 10101 | 11111100 | 110110 | 110110 |
Color Harmonies of #654CC9
Complementary color
Monochromatic Colors of #654CC9
Black with #654CC9
Text Example
Text Example
White with #654CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CC9; }
p { color: rgb(101,76,201); }
H1.HeaderClassName
{
color: #654CC9;
}
.AnyTagClassName
{
color: #654CC9;
}
</style>
background-color css
<style>
a { background-color: #654CC9; }
a { background-color: rgb(101,76,201); }
div.DivClassName
{
background-color: #654CC9;
}
.BgClassName
{
background-color: #654CC9;
}
</style>
border-color css
<style>
span { border-color: #654CC9; }
span { border-color: rgb(101,76,201); }
td.TdClassName
{
border-color: #654CC9;
}
.TagClassName
{
border-color: #654CC9;
}
</style>