Shades of Slate Blue #7A53DF
Tints of Slate Blue #7A53DF
RGB
CMYK
RGB Variations
Color information
#7A53DF (or 0x7A53DF) is known color: Slate Blue. HEX triplet: 7A, 53 and DF. RGB value is (122,83,223). Sum of RGB (Red+Green+Blue) = 122+83+223=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A53DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A53DF is #85AC20. Grayscale: #6E6E6E. Windows color (decimal): -8760353 or 14635898. OLE color: 14635898.
HSL color Cylindrical-coordinate representation of color #7A53DF: hue angle of 256.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A53DF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 83 | 223 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.13 |
| HSL | 256.71º | 0.69% | 0.6% | - |
| HSV(B) | 256.71º | 0.63% | 0.87% | - |
| XYZ | 24.44 | 15.65 | 71.55 | - |
| YUV | 110.62 | 191.42 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 223 | 0.45 | 0.63 | 0 | 0.13 | 256.71 | 0.69 | 0.6 |
| Hex | 7A | 53 | DF | 2D | 3F | 0 | D | 101 | 45 | 3C |
| Octal | 172 | 123 | 337 | 55 | 77 | 0 | 15 | 401 | 105 | 74 |
| Binary | 1111010 | 1010011 | 11011111 | 101101 | 111111 | 0 | 1101 | 100000001 | 1000101 | 111100 |
Color Harmonies of #7A53DF
Complementary color
Monochromatic Colors of #7A53DF
Black with #7A53DF
Text Example
Text Example
White with #7A53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A53DF; }
p { color: rgb(122,83,223); }
H1.HeaderClassName
{
color: #7A53DF;
}
.AnyTagClassName
{
color: #7A53DF;
}
</style>
background-color css
<style>
a { background-color: #7A53DF; }
a { background-color: rgb(122,83,223); }
div.DivClassName
{
background-color: #7A53DF;
}
.BgClassName
{
background-color: #7A53DF;
}
</style>
border-color css
<style>
span { border-color: #7A53DF; }
span { border-color: rgb(122,83,223); }
td.TdClassName
{
border-color: #7A53DF;
}
.TagClassName
{
border-color: #7A53DF;
}
</style>