Shades of Slate Blue #655BE7
Tints of Slate Blue #655BE7
RGB
CMYK
RGB Variations
Color information
#655BE7 (or 0x655BE7) is known color: Slate Blue. HEX triplet: 65, 5B and E7. RGB value is (101,91,231). Sum of RGB (Red+Green+Blue) = 101+91+231=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #655BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655BE7 is #9AA418. Grayscale: #6D6D6D. Windows color (decimal): -10134553 or 15162213. OLE color: 15162213.
HSL color Cylindrical-coordinate representation of color #655BE7: hue angle of 244.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #655BE7 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 91 | 231 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.09 |
| HSL | 244.29º | 0.74% | 0.63% | - |
| HSV(B) | 244.29º | 0.61% | 0.91% | - |
| XYZ | 23.53 | 16.02 | 77.45 | - |
| YUV | 109.95 | 196.31 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 231 | 0.56 | 0.61 | 0 | 0.09 | 244.29 | 0.74 | 0.63 |
| Hex | 65 | 5B | E7 | 38 | 3D | 0 | 9 | F4 | 4A | 3F |
| Octal | 145 | 133 | 347 | 70 | 75 | 0 | 11 | 364 | 112 | 77 |
| Binary | 1100101 | 1011011 | 11100111 | 111000 | 111101 | 0 | 1001 | 11110100 | 1001010 | 111111 |
Color Harmonies of #655BE7
Complementary color
Monochromatic Colors of #655BE7
Black with #655BE7
Text Example
Text Example
White with #655BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BE7; }
p { color: rgb(101,91,231); }
H1.HeaderClassName
{
color: #655BE7;
}
.AnyTagClassName
{
color: #655BE7;
}
</style>
background-color css
<style>
a { background-color: #655BE7; }
a { background-color: rgb(101,91,231); }
div.DivClassName
{
background-color: #655BE7;
}
.BgClassName
{
background-color: #655BE7;
}
</style>
border-color css
<style>
span { border-color: #655BE7; }
span { border-color: rgb(101,91,231); }
td.TdClassName
{
border-color: #655BE7;
}
.TagClassName
{
border-color: #655BE7;
}
</style>