Shades of Slate Blue #7560CF
Tints of Slate Blue #7560CF
RGB
CMYK
RGB Variations
Color information
#7560CF (or 0x7560CF) is known color: Slate Blue. HEX triplet: 75, 60 and CF. RGB value is (117,96,207). Sum of RGB (Red+Green+Blue) = 117+96+207=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #7560CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560CF is #8A9F30. Grayscale: #727272. Windows color (decimal): -9084721 or 13590645. OLE color: 13590645.
HSL color Cylindrical-coordinate representation of color #7560CF: hue angle of 251.35º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7560CF is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 96 | 207 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.19 |
| HSL | 251.35º | 0.54% | 0.59% | - |
| HSV(B) | 251.35º | 0.54% | 0.81% | - |
| XYZ | 22.78 | 16.65 | 61.05 | - |
| YUV | 114.93 | 179.96 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 207 | 0.43 | 0.54 | 0 | 0.19 | 251.35 | 0.54 | 0.59 |
| Hex | 75 | 60 | CF | 2B | 36 | 0 | 13 | FB | 36 | 3B |
| Octal | 165 | 140 | 317 | 53 | 66 | 0 | 23 | 373 | 66 | 73 |
| Binary | 1110101 | 1100000 | 11001111 | 101011 | 110110 | 0 | 10011 | 11111011 | 110110 | 111011 |
Color Harmonies of #7560CF
Complementary color
Monochromatic Colors of #7560CF
Black with #7560CF
Text Example
Text Example
White with #7560CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7560CF; }
p { color: rgb(117,96,207); }
H1.HeaderClassName
{
color: #7560CF;
}
.AnyTagClassName
{
color: #7560CF;
}
</style>
background-color css
<style>
a { background-color: #7560CF; }
a { background-color: rgb(117,96,207); }
div.DivClassName
{
background-color: #7560CF;
}
.BgClassName
{
background-color: #7560CF;
}
</style>
border-color css
<style>
span { border-color: #7560CF; }
span { border-color: rgb(117,96,207); }
td.TdClassName
{
border-color: #7560CF;
}
.TagClassName
{
border-color: #7560CF;
}
</style>