Shades of Slate Blue #7A5CC7
Tints of Slate Blue #7A5CC7
RGB
CMYK
RGB Variations
Color information
#7A5CC7 (or 0x7A5CC7) is known color: Slate Blue. HEX triplet: 7A, 5C and C7. RGB value is (122,92,199). Sum of RGB (Red+Green+Blue) = 122+92+199=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #7A5CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5CC7 is #85A338. Grayscale: #707070. Windows color (decimal): -8758073 or 13065338. OLE color: 13065338.
HSL color Cylindrical-coordinate representation of color #7A5CC7: hue angle of 256.82º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A5CC7 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 92 | 199 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.22 |
| HSL | 256.82º | 0.49% | 0.57% | - |
| HSV(B) | 256.82º | 0.54% | 0.78% | - |
| XYZ | 22.16 | 15.92 | 55.94 | - |
| YUV | 113.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 199 | 0.39 | 0.54 | 0 | 0.22 | 256.82 | 0.49 | 0.57 |
| Hex | 7A | 5C | C7 | 27 | 36 | 0 | 16 | 101 | 31 | 39 |
| Octal | 172 | 134 | 307 | 47 | 66 | 0 | 26 | 401 | 61 | 71 |
| Binary | 1111010 | 1011100 | 11000111 | 100111 | 110110 | 0 | 10110 | 100000001 | 110001 | 111001 |
Color Harmonies of #7A5CC7
Complementary color
Monochromatic Colors of #7A5CC7
Black with #7A5CC7
Text Example
Text Example
White with #7A5CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5CC7; }
p { color: rgb(122,92,199); }
H1.HeaderClassName
{
color: #7A5CC7;
}
.AnyTagClassName
{
color: #7A5CC7;
}
</style>
background-color css
<style>
a { background-color: #7A5CC7; }
a { background-color: rgb(122,92,199); }
div.DivClassName
{
background-color: #7A5CC7;
}
.BgClassName
{
background-color: #7A5CC7;
}
</style>
border-color css
<style>
span { border-color: #7A5CC7; }
span { border-color: rgb(122,92,199); }
td.TdClassName
{
border-color: #7A5CC7;
}
.TagClassName
{
border-color: #7A5CC7;
}
</style>