Shades of Slate Blue #655CC8
Tints of Slate Blue #655CC8
RGB
CMYK
RGB Variations
Color information
#655CC8 (or 0x655CC8) is known color: Slate Blue. HEX triplet: 65, 5C and C8. RGB value is (101,92,200). Sum of RGB (Red+Green+Blue) = 101+92+200=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #655CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CC8 is #9AA337. Grayscale: #6A6A6A. Windows color (decimal): -10134328 or 13130853. OLE color: 13130853.
HSL color Cylindrical-coordinate representation of color #655CC8: hue angle of 245º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655CC8 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 92 | 200 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.22 |
| HSL | 245º | 0.5% | 0.57% | - |
| HSV(B) | 245º | 0.54% | 0.78% | - |
| XYZ | 19.62 | 14.59 | 56.43 | - |
| YUV | 107 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 200 | 0.49 | 0.54 | 0 | 0.22 | 245 | 0.5 | 0.57 |
| Hex | 65 | 5C | C8 | 31 | 36 | 0 | 16 | F5 | 32 | 39 |
| Octal | 145 | 134 | 310 | 61 | 66 | 0 | 26 | 365 | 62 | 71 |
| Binary | 1100101 | 1011100 | 11001000 | 110001 | 110110 | 0 | 10110 | 11110101 | 110010 | 111001 |
Color Harmonies of #655CC8
Complementary color
Monochromatic Colors of #655CC8
Black with #655CC8
Text Example
Text Example
White with #655CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CC8; }
p { color: rgb(101,92,200); }
H1.HeaderClassName
{
color: #655CC8;
}
.AnyTagClassName
{
color: #655CC8;
}
</style>
background-color css
<style>
a { background-color: #655CC8; }
a { background-color: rgb(101,92,200); }
div.DivClassName
{
background-color: #655CC8;
}
.BgClassName
{
background-color: #655CC8;
}
</style>
border-color css
<style>
span { border-color: #655CC8; }
span { border-color: rgb(101,92,200); }
td.TdClassName
{
border-color: #655CC8;
}
.TagClassName
{
border-color: #655CC8;
}
</style>