Shades of Slate Blue #655FE5
Tints of Slate Blue #655FE5
RGB
CMYK
RGB Variations
Color information
#655FE5 (or 0x655FE5) is known color: Slate Blue. HEX triplet: 65, 5F and E5. RGB value is (101,95,229). Sum of RGB (Red+Green+Blue) = 101+95+229=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #655FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FE5 is #9AA01A. Grayscale: #6F6F6F. Windows color (decimal): -10133531 or 15032165. OLE color: 15032165.
HSL color Cylindrical-coordinate representation of color #655FE5: hue angle of 242.69º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #655FE5 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 95 | 229 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.10 |
| HSL | 242.69º | 0.72% | 0.64% | - |
| HSV(B) | 242.69º | 0.59% | 0.9% | - |
| XYZ | 23.6 | 16.61 | 76.09 | - |
| YUV | 112.07 | 193.99 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 229 | 0.56 | 0.59 | 0 | 0.10 | 242.69 | 0.72 | 0.64 |
| Hex | 65 | 5F | E5 | 38 | 3B | 0 | A | F3 | 48 | 40 |
| Octal | 145 | 137 | 345 | 70 | 73 | 0 | 12 | 363 | 110 | 100 |
| Binary | 1100101 | 1011111 | 11100101 | 111000 | 111011 | 0 | 1010 | 11110011 | 1001000 | 1000000 |
Color Harmonies of #655FE5
Complementary color
Monochromatic Colors of #655FE5
Black with #655FE5
Text Example
Text Example
White with #655FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FE5; }
p { color: rgb(101,95,229); }
H1.HeaderClassName
{
color: #655FE5;
}
.AnyTagClassName
{
color: #655FE5;
}
</style>
background-color css
<style>
a { background-color: #655FE5; }
a { background-color: rgb(101,95,229); }
div.DivClassName
{
background-color: #655FE5;
}
.BgClassName
{
background-color: #655FE5;
}
</style>
border-color css
<style>
span { border-color: #655FE5; }
span { border-color: rgb(101,95,229); }
td.TdClassName
{
border-color: #655FE5;
}
.TagClassName
{
border-color: #655FE5;
}
</style>