Shades of Slate Blue #7564C9
Tints of Slate Blue #7564C9
RGB
CMYK
RGB Variations
Color information
#7564C9 (or 0x7564C9) is known color: Slate Blue. HEX triplet: 75, 64 and C9. RGB value is (117,100,201). Sum of RGB (Red+Green+Blue) = 117+100+201=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #7564C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564C9 is #8A9B36. Grayscale: #747474. Windows color (decimal): -9083703 or 13198453. OLE color: 13198453.
HSL color Cylindrical-coordinate representation of color #7564C9: hue angle of 250.1º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7564C9 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 100 | 201 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.21 |
| HSL | 250.1º | 0.48% | 0.59% | - |
| HSV(B) | 250.1º | 0.5% | 0.79% | - |
| XYZ | 22.44 | 17.11 | 57.38 | - |
| YUV | 116.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 201 | 0.42 | 0.50 | 0 | 0.21 | 250.1 | 0.48 | 0.59 |
| Hex | 75 | 64 | C9 | 2A | 32 | 0 | 15 | FA | 30 | 3B |
| Octal | 165 | 144 | 311 | 52 | 62 | 0 | 25 | 372 | 60 | 73 |
| Binary | 1110101 | 1100100 | 11001001 | 101010 | 110010 | 0 | 10101 | 11111010 | 110000 | 111011 |
Color Harmonies of #7564C9
Complementary color
Monochromatic Colors of #7564C9
Black with #7564C9
Text Example
Text Example
White with #7564C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7564C9; }
p { color: rgb(117,100,201); }
H1.HeaderClassName
{
color: #7564C9;
}
.AnyTagClassName
{
color: #7564C9;
}
</style>
background-color css
<style>
a { background-color: #7564C9; }
a { background-color: rgb(117,100,201); }
div.DivClassName
{
background-color: #7564C9;
}
.BgClassName
{
background-color: #7564C9;
}
</style>
border-color css
<style>
span { border-color: #7564C9; }
span { border-color: rgb(117,100,201); }
td.TdClassName
{
border-color: #7564C9;
}
.TagClassName
{
border-color: #7564C9;
}
</style>