Shades of Slate Blue #7563C6
Tints of Slate Blue #7563C6
RGB
CMYK
RGB Variations
Color information
#7563C6 (or 0x7563C6) is known color: Slate Blue. HEX triplet: 75, 63 and C6. RGB value is (117,99,198). Sum of RGB (Red+Green+Blue) = 117+99+198=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #7563C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7563C6 is #8A9C39. Grayscale: #737373. Windows color (decimal): -9083962 or 13001589. OLE color: 13001589.
HSL color Cylindrical-coordinate representation of color #7563C6: hue angle of 250.91º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7563C6 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 99 | 198 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.22 |
| HSL | 250.91º | 0.46% | 0.58% | - |
| HSV(B) | 250.91º | 0.5% | 0.78% | - |
| XYZ | 21.99 | 16.78 | 55.51 | - |
| YUV | 115.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 198 | 0.41 | 0.50 | 0 | 0.22 | 250.91 | 0.46 | 0.58 |
| Hex | 75 | 63 | C6 | 29 | 32 | 0 | 16 | FB | 2E | 3A |
| Octal | 165 | 143 | 306 | 51 | 62 | 0 | 26 | 373 | 56 | 72 |
| Binary | 1110101 | 1100011 | 11000110 | 101001 | 110010 | 0 | 10110 | 11111011 | 101110 | 111010 |
Color Harmonies of #7563C6
Complementary color
Monochromatic Colors of #7563C6
Black with #7563C6
Text Example
Text Example
White with #7563C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7563C6; }
p { color: rgb(117,99,198); }
H1.HeaderClassName
{
color: #7563C6;
}
.AnyTagClassName
{
color: #7563C6;
}
</style>
background-color css
<style>
a { background-color: #7563C6; }
a { background-color: rgb(117,99,198); }
div.DivClassName
{
background-color: #7563C6;
}
.BgClassName
{
background-color: #7563C6;
}
</style>
border-color css
<style>
span { border-color: #7563C6; }
span { border-color: rgb(117,99,198); }
td.TdClassName
{
border-color: #7563C6;
}
.TagClassName
{
border-color: #7563C6;
}
</style>