Shades of Slate Blue #7551C1
Tints of Slate Blue #7551C1
RGB
CMYK
RGB Variations
Color information
#7551C1 (or 0x7551C1) is known color: Slate Blue. HEX triplet: 75, 51 and C1. RGB value is (117,81,193). Sum of RGB (Red+Green+Blue) = 117+81+193=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #7551C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551C1 is #8AAE3E. Grayscale: #686868. Windows color (decimal): -9088575 or 12669301. OLE color: 12669301.
HSL color Cylindrical-coordinate representation of color #7551C1: hue angle of 259.29º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7551C1 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 81 | 193 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.24 |
| HSL | 259.29º | 0.47% | 0.54% | - |
| HSV(B) | 259.29º | 0.58% | 0.76% | - |
| XYZ | 19.9 | 13.52 | 52.01 | - |
| YUV | 104.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 193 | 0.39 | 0.58 | 0 | 0.24 | 259.29 | 0.47 | 0.54 |
| Hex | 75 | 51 | C1 | 27 | 3A | 0 | 18 | 103 | 2F | 36 |
| Octal | 165 | 121 | 301 | 47 | 72 | 0 | 30 | 403 | 57 | 66 |
| Binary | 1110101 | 1010001 | 11000001 | 100111 | 111010 | 0 | 11000 | 100000011 | 101111 | 110110 |
Color Harmonies of #7551C1
Complementary color
Monochromatic Colors of #7551C1
Black with #7551C1
Text Example
Text Example
White with #7551C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7551C1; }
p { color: rgb(117,81,193); }
H1.HeaderClassName
{
color: #7551C1;
}
.AnyTagClassName
{
color: #7551C1;
}
</style>
background-color css
<style>
a { background-color: #7551C1; }
a { background-color: rgb(117,81,193); }
div.DivClassName
{
background-color: #7551C1;
}
.BgClassName
{
background-color: #7551C1;
}
</style>
border-color css
<style>
span { border-color: #7551C1; }
span { border-color: rgb(117,81,193); }
td.TdClassName
{
border-color: #7551C1;
}
.TagClassName
{
border-color: #7551C1;
}
</style>