Shades of Slate Blue #7561C3
Tints of Slate Blue #7561C3
RGB
CMYK
RGB Variations
Color information
#7561C3 (or 0x7561C3) is known color: Slate Blue. HEX triplet: 75, 61 and C3. RGB value is (117,97,195). Sum of RGB (Red+Green+Blue) = 117+97+195=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #7561C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561C3 is #8A9E3C. Grayscale: #717171. Windows color (decimal): -9084477 or 12804469. OLE color: 12804469.
HSL color Cylindrical-coordinate representation of color #7561C3: hue angle of 252.24º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7561C3 is Cyan = 0.4, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 97 | 195 | - |
| CMYK | 0.4 | 0.50 | 0 | 0.24 |
| HSL | 252.24º | 0.45% | 0.57% | - |
| HSV(B) | 252.24º | 0.5% | 0.76% | - |
| XYZ | 21.46 | 16.27 | 53.64 | - |
| YUV | 114.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 195 | 0.4 | 0.50 | 0 | 0.24 | 252.24 | 0.45 | 0.57 |
| Hex | 75 | 61 | C3 | 28 | 32 | 0 | 18 | FC | 2D | 39 |
| Octal | 165 | 141 | 303 | 50 | 62 | 0 | 30 | 374 | 55 | 71 |
| Binary | 1110101 | 1100001 | 11000011 | 101000 | 110010 | 0 | 11000 | 11111100 | 101101 | 111001 |
Color Harmonies of #7561C3
Complementary color
Monochromatic Colors of #7561C3
Black with #7561C3
Text Example
Text Example
White with #7561C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561C3; }
p { color: rgb(117,97,195); }
H1.HeaderClassName
{
color: #7561C3;
}
.AnyTagClassName
{
color: #7561C3;
}
</style>
background-color css
<style>
a { background-color: #7561C3; }
a { background-color: rgb(117,97,195); }
div.DivClassName
{
background-color: #7561C3;
}
.BgClassName
{
background-color: #7561C3;
}
</style>
border-color css
<style>
span { border-color: #7561C3; }
span { border-color: rgb(117,97,195); }
td.TdClassName
{
border-color: #7561C3;
}
.TagClassName
{
border-color: #7561C3;
}
</style>