Shades of Slate Blue #7560DA
Tints of Slate Blue #7560DA
RGB
CMYK
RGB Variations
Color information
#7560DA (or 0x7560DA) is known color: Slate Blue. HEX triplet: 75, 60 and DA. RGB value is (117,96,218). Sum of RGB (Red+Green+Blue) = 117+96+218=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #7560DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560DA is #8A9F25. Grayscale: #737373. Windows color (decimal): -9084710 or 14311541. OLE color: 14311541.
HSL color Cylindrical-coordinate representation of color #7560DA: hue angle of 250.33º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7560DA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 96 | 218 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.15 |
| HSL | 250.33º | 0.62% | 0.62% | - |
| HSV(B) | 250.33º | 0.56% | 0.85% | - |
| XYZ | 24.17 | 17.21 | 68.38 | - |
| YUV | 116.19 | 185.46 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 218 | 0.46 | 0.56 | 0 | 0.15 | 250.33 | 0.62 | 0.62 |
| Hex | 75 | 60 | DA | 2E | 38 | 0 | F | FA | 3E | 3E |
| Octal | 165 | 140 | 332 | 56 | 70 | 0 | 17 | 372 | 76 | 76 |
| Binary | 1110101 | 1100000 | 11011010 | 101110 | 111000 | 0 | 1111 | 11111010 | 111110 | 111110 |
Color Harmonies of #7560DA
Complementary color
Monochromatic Colors of #7560DA
Black with #7560DA
Text Example
Text Example
White with #7560DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7560DA; }
p { color: rgb(117,96,218); }
H1.HeaderClassName
{
color: #7560DA;
}
.AnyTagClassName
{
color: #7560DA;
}
</style>
background-color css
<style>
a { background-color: #7560DA; }
a { background-color: rgb(117,96,218); }
div.DivClassName
{
background-color: #7560DA;
}
.BgClassName
{
background-color: #7560DA;
}
</style>
border-color css
<style>
span { border-color: #7560DA; }
span { border-color: rgb(117,96,218); }
td.TdClassName
{
border-color: #7560DA;
}
.TagClassName
{
border-color: #7560DA;
}
</style>