Shades of Slate Blue #655AC5
Tints of Slate Blue #655AC5
RGB
CMYK
RGB Variations
Color information
#655AC5 (or 0x655AC5) is known color: Slate Blue. HEX triplet: 65, 5A and C5. RGB value is (101,90,197). Sum of RGB (Red+Green+Blue) = 101+90+197=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #655AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AC5 is #9AA53A. Grayscale: #696969. Windows color (decimal): -10134843 or 12933733. OLE color: 12933733.
HSL color Cylindrical-coordinate representation of color #655AC5: hue angle of 246.17º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655AC5 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 90 | 197 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.23 |
| HSL | 246.17º | 0.48% | 0.56% | - |
| HSV(B) | 246.17º | 0.54% | 0.77% | - |
| XYZ | 19.1 | 14.11 | 54.54 | - |
| YUV | 105.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 197 | 0.49 | 0.54 | 0 | 0.23 | 246.17 | 0.48 | 0.56 |
| Hex | 65 | 5A | C5 | 31 | 36 | 0 | 17 | F6 | 30 | 38 |
| Octal | 145 | 132 | 305 | 61 | 66 | 0 | 27 | 366 | 60 | 70 |
| Binary | 1100101 | 1011010 | 11000101 | 110001 | 110110 | 0 | 10111 | 11110110 | 110000 | 111000 |
Color Harmonies of #655AC5
Complementary color
Monochromatic Colors of #655AC5
Black with #655AC5
Text Example
Text Example
White with #655AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AC5; }
p { color: rgb(101,90,197); }
H1.HeaderClassName
{
color: #655AC5;
}
.AnyTagClassName
{
color: #655AC5;
}
</style>
background-color css
<style>
a { background-color: #655AC5; }
a { background-color: rgb(101,90,197); }
div.DivClassName
{
background-color: #655AC5;
}
.BgClassName
{
background-color: #655AC5;
}
</style>
border-color css
<style>
span { border-color: #655AC5; }
span { border-color: rgb(101,90,197); }
td.TdClassName
{
border-color: #655AC5;
}
.TagClassName
{
border-color: #655AC5;
}
</style>