Shades of Slate Blue #7564DA
Tints of Slate Blue #7564DA
RGB
CMYK
RGB Variations
Color information
#7564DA (or 0x7564DA) is known color: Slate Blue. HEX triplet: 75, 64 and DA. RGB value is (117,100,218). Sum of RGB (Red+Green+Blue) = 117+100+218=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #7564DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564DA is #8A9B25. Grayscale: #767676. Windows color (decimal): -9083686 or 14312565. OLE color: 14312565.
HSL color Cylindrical-coordinate representation of color #7564DA: hue angle of 248.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7564DA is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 100 | 218 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.15 |
| HSL | 248.64º | 0.61% | 0.62% | - |
| HSV(B) | 248.64º | 0.54% | 0.85% | - |
| XYZ | 24.55 | 17.96 | 68.5 | - |
| YUV | 118.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 218 | 0.46 | 0.54 | 0 | 0.15 | 248.64 | 0.61 | 0.62 |
| Hex | 75 | 64 | DA | 2E | 36 | 0 | F | F9 | 3D | 3E |
| Octal | 165 | 144 | 332 | 56 | 66 | 0 | 17 | 371 | 75 | 76 |
| Binary | 1110101 | 1100100 | 11011010 | 101110 | 110110 | 0 | 1111 | 11111001 | 111101 | 111110 |
Color Harmonies of #7564DA
Complementary color
Monochromatic Colors of #7564DA
Black with #7564DA
Text Example
Text Example
White with #7564DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7564DA; }
p { color: rgb(117,100,218); }
H1.HeaderClassName
{
color: #7564DA;
}
.AnyTagClassName
{
color: #7564DA;
}
</style>
background-color css
<style>
a { background-color: #7564DA; }
a { background-color: rgb(117,100,218); }
div.DivClassName
{
background-color: #7564DA;
}
.BgClassName
{
background-color: #7564DA;
}
</style>
border-color css
<style>
span { border-color: #7564DA; }
span { border-color: rgb(117,100,218); }
td.TdClassName
{
border-color: #7564DA;
}
.TagClassName
{
border-color: #7564DA;
}
</style>