Shades of Slate Blue #7561DC
Tints of Slate Blue #7561DC
RGB
CMYK
RGB Variations
Color information
#7561DC (or 0x7561DC) is known color: Slate Blue. HEX triplet: 75, 61 and DC. RGB value is (117,97,220). Sum of RGB (Red+Green+Blue) = 117+97+220=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #7561DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561DC is #8A9E23. Grayscale: #747474. Windows color (decimal): -9084452 or 14442869. OLE color: 14442869.
HSL color Cylindrical-coordinate representation of color #7561DC: hue angle of 249.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7561DC is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 97 | 220 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.14 |
| HSL | 249.76º | 0.64% | 0.62% | - |
| HSV(B) | 249.76º | 0.56% | 0.86% | - |
| XYZ | 24.53 | 17.5 | 69.79 | - |
| YUV | 117 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 220 | 0.47 | 0.56 | 0 | 0.14 | 249.76 | 0.64 | 0.62 |
| Hex | 75 | 61 | DC | 2F | 38 | 0 | E | FA | 40 | 3E |
| Octal | 165 | 141 | 334 | 57 | 70 | 0 | 16 | 372 | 100 | 76 |
| Binary | 1110101 | 1100001 | 11011100 | 101111 | 111000 | 0 | 1110 | 11111010 | 1000000 | 111110 |
Color Harmonies of #7561DC
Complementary color
Monochromatic Colors of #7561DC
Black with #7561DC
Text Example
Text Example
White with #7561DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561DC; }
p { color: rgb(117,97,220); }
H1.HeaderClassName
{
color: #7561DC;
}
.AnyTagClassName
{
color: #7561DC;
}
</style>
background-color css
<style>
a { background-color: #7561DC; }
a { background-color: rgb(117,97,220); }
div.DivClassName
{
background-color: #7561DC;
}
.BgClassName
{
background-color: #7561DC;
}
</style>
border-color css
<style>
span { border-color: #7561DC; }
span { border-color: rgb(117,97,220); }
td.TdClassName
{
border-color: #7561DC;
}
.TagClassName
{
border-color: #7561DC;
}
</style>