Shades of Slate Blue #655CE4
Tints of Slate Blue #655CE4
RGB
CMYK
RGB Variations
Color information
#655CE4 (or 0x655CE4) is known color: Slate Blue. HEX triplet: 65, 5C and E4. RGB value is (101,92,228). Sum of RGB (Red+Green+Blue) = 101+92+228=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #655CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CE4 is #9AA31B. Grayscale: #6D6D6D. Windows color (decimal): -10134300 or 14965861. OLE color: 14965861.
HSL color Cylindrical-coordinate representation of color #655CE4: hue angle of 243.97º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #655CE4 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 92 | 228 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.11 |
| HSL | 243.97º | 0.72% | 0.63% | - |
| HSV(B) | 243.97º | 0.6% | 0.89% | - |
| XYZ | 23.2 | 16.02 | 75.27 | - |
| YUV | 110.2 | 194.48 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 228 | 0.56 | 0.60 | 0 | 0.11 | 243.97 | 0.72 | 0.63 |
| Hex | 65 | 5C | E4 | 38 | 3C | 0 | B | F4 | 48 | 3F |
| Octal | 145 | 134 | 344 | 70 | 74 | 0 | 13 | 364 | 110 | 77 |
| Binary | 1100101 | 1011100 | 11100100 | 111000 | 111100 | 0 | 1011 | 11110100 | 1001000 | 111111 |
Color Harmonies of #655CE4
Complementary color
Monochromatic Colors of #655CE4
Black with #655CE4
Text Example
Text Example
White with #655CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CE4; }
p { color: rgb(101,92,228); }
H1.HeaderClassName
{
color: #655CE4;
}
.AnyTagClassName
{
color: #655CE4;
}
</style>
background-color css
<style>
a { background-color: #655CE4; }
a { background-color: rgb(101,92,228); }
div.DivClassName
{
background-color: #655CE4;
}
.BgClassName
{
background-color: #655CE4;
}
</style>
border-color css
<style>
span { border-color: #655CE4; }
span { border-color: rgb(101,92,228); }
td.TdClassName
{
border-color: #655CE4;
}
.TagClassName
{
border-color: #655CE4;
}
</style>