Shades of Slate Blue #7560C9
Tints of Slate Blue #7560C9
RGB
CMYK
RGB Variations
Color information
#7560C9 (or 0x7560C9) is known color: Slate Blue. HEX triplet: 75, 60 and C9. RGB value is (117,96,201). Sum of RGB (Red+Green+Blue) = 117+96+201=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #7560C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560C9 is #8A9F36. Grayscale: #717171. Windows color (decimal): -9084727 or 13197429. OLE color: 13197429.
HSL color Cylindrical-coordinate representation of color #7560C9: hue angle of 252º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7560C9 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 96 | 201 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.21 |
| HSL | 252º | 0.49% | 0.58% | - |
| HSV(B) | 252º | 0.52% | 0.79% | - |
| XYZ | 22.06 | 16.36 | 57.25 | - |
| YUV | 114.25 | 176.96 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 201 | 0.42 | 0.52 | 0 | 0.21 | 252 | 0.49 | 0.58 |
| Hex | 75 | 60 | C9 | 2A | 34 | 0 | 15 | FC | 31 | 3A |
| Octal | 165 | 140 | 311 | 52 | 64 | 0 | 25 | 374 | 61 | 72 |
| Binary | 1110101 | 1100000 | 11001001 | 101010 | 110100 | 0 | 10101 | 11111100 | 110001 | 111010 |
Color Harmonies of #7560C9
Complementary color
Monochromatic Colors of #7560C9
Black with #7560C9
Text Example
Text Example
White with #7560C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7560C9; }
p { color: rgb(117,96,201); }
H1.HeaderClassName
{
color: #7560C9;
}
.AnyTagClassName
{
color: #7560C9;
}
</style>
background-color css
<style>
a { background-color: #7560C9; }
a { background-color: rgb(117,96,201); }
div.DivClassName
{
background-color: #7560C9;
}
.BgClassName
{
background-color: #7560C9;
}
</style>
border-color css
<style>
span { border-color: #7560C9; }
span { border-color: rgb(117,96,201); }
td.TdClassName
{
border-color: #7560C9;
}
.TagClassName
{
border-color: #7560C9;
}
</style>