Shades of Slate Blue #7561CF
Tints of Slate Blue #7561CF
RGB
CMYK
RGB Variations
Color information
#7561CF (or 0x7561CF) is known color: Slate Blue. HEX triplet: 75, 61 and CF. RGB value is (117,97,207). Sum of RGB (Red+Green+Blue) = 117+97+207=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #7561CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561CF is #8A9E30. Grayscale: #737373. Windows color (decimal): -9084465 or 13590901. OLE color: 13590901.
HSL color Cylindrical-coordinate representation of color #7561CF: hue angle of 250.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7561CF is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 97 | 207 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.19 |
| HSL | 250.91º | 0.53% | 0.6% | - |
| HSV(B) | 250.91º | 0.53% | 0.81% | - |
| XYZ | 22.87 | 16.84 | 61.08 | - |
| YUV | 115.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 207 | 0.43 | 0.53 | 0 | 0.19 | 250.91 | 0.53 | 0.6 |
| Hex | 75 | 61 | CF | 2B | 35 | 0 | 13 | FB | 35 | 3C |
| Octal | 165 | 141 | 317 | 53 | 65 | 0 | 23 | 373 | 65 | 74 |
| Binary | 1110101 | 1100001 | 11001111 | 101011 | 110101 | 0 | 10011 | 11111011 | 110101 | 111100 |
Color Harmonies of #7561CF
Complementary color
Monochromatic Colors of #7561CF
Black with #7561CF
Text Example
Text Example
White with #7561CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561CF; }
p { color: rgb(117,97,207); }
H1.HeaderClassName
{
color: #7561CF;
}
.AnyTagClassName
{
color: #7561CF;
}
</style>
background-color css
<style>
a { background-color: #7561CF; }
a { background-color: rgb(117,97,207); }
div.DivClassName
{
background-color: #7561CF;
}
.BgClassName
{
background-color: #7561CF;
}
</style>
border-color css
<style>
span { border-color: #7561CF; }
span { border-color: rgb(117,97,207); }
td.TdClassName
{
border-color: #7561CF;
}
.TagClassName
{
border-color: #7561CF;
}
</style>