Shades of Slate Blue #655AD8
Tints of Slate Blue #655AD8
RGB
CMYK
RGB Variations
Color information
#655AD8 (or 0x655AD8) is known color: Slate Blue. HEX triplet: 65, 5A and D8. RGB value is (101,90,216). Sum of RGB (Red+Green+Blue) = 101+90+216=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #655AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AD8 is #9AA527. Grayscale: #6B6B6B. Windows color (decimal): -10134824 or 14178917. OLE color: 14178917.
HSL color Cylindrical-coordinate representation of color #655AD8: hue angle of 245.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655AD8 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 90 | 216 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.15 |
| HSL | 245.24º | 0.62% | 0.6% | - |
| HSV(B) | 245.24º | 0.58% | 0.85% | - |
| XYZ | 21.42 | 15.04 | 66.74 | - |
| YUV | 107.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 216 | 0.53 | 0.58 | 0 | 0.15 | 245.24 | 0.62 | 0.6 |
| Hex | 65 | 5A | D8 | 35 | 3A | 0 | F | F5 | 3E | 3C |
| Octal | 145 | 132 | 330 | 65 | 72 | 0 | 17 | 365 | 76 | 74 |
| Binary | 1100101 | 1011010 | 11011000 | 110101 | 111010 | 0 | 1111 | 11110101 | 111110 | 111100 |
Color Harmonies of #655AD8
Complementary color
Monochromatic Colors of #655AD8
Black with #655AD8
Text Example
Text Example
White with #655AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AD8; }
p { color: rgb(101,90,216); }
H1.HeaderClassName
{
color: #655AD8;
}
.AnyTagClassName
{
color: #655AD8;
}
</style>
background-color css
<style>
a { background-color: #655AD8; }
a { background-color: rgb(101,90,216); }
div.DivClassName
{
background-color: #655AD8;
}
.BgClassName
{
background-color: #655AD8;
}
</style>
border-color css
<style>
span { border-color: #655AD8; }
span { border-color: rgb(101,90,216); }
td.TdClassName
{
border-color: #655AD8;
}
.TagClassName
{
border-color: #655AD8;
}
</style>