Shades of Slate Blue #7A5ACF
Tints of Slate Blue #7A5ACF
RGB
CMYK
RGB Variations
Color information
#7A5ACF (or 0x7A5ACF) is known color: Slate Blue. HEX triplet: 7A, 5A and CF. RGB value is (122,90,207). Sum of RGB (Red+Green+Blue) = 122+90+207=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A5ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ACF is #85A530. Grayscale: #707070. Windows color (decimal): -8758577 or 13589114. OLE color: 13589114.
HSL color Cylindrical-coordinate representation of color #7A5ACF: hue angle of 256.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A5ACF is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 90 | 207 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.19 |
| HSL | 256.41º | 0.55% | 0.58% | - |
| HSV(B) | 256.41º | 0.57% | 0.81% | - |
| XYZ | 22.94 | 15.95 | 60.9 | - |
| YUV | 112.91 | 181.1 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 207 | 0.41 | 0.57 | 0 | 0.19 | 256.41 | 0.55 | 0.58 |
| Hex | 7A | 5A | CF | 29 | 39 | 0 | 13 | 100 | 37 | 3A |
| Octal | 172 | 132 | 317 | 51 | 71 | 0 | 23 | 400 | 67 | 72 |
| Binary | 1111010 | 1011010 | 11001111 | 101001 | 111001 | 0 | 10011 | 100000000 | 110111 | 111010 |
Color Harmonies of #7A5ACF
Complementary color
Monochromatic Colors of #7A5ACF
Black with #7A5ACF
Text Example
Text Example
White with #7A5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5ACF; }
p { color: rgb(122,90,207); }
H1.HeaderClassName
{
color: #7A5ACF;
}
.AnyTagClassName
{
color: #7A5ACF;
}
</style>
background-color css
<style>
a { background-color: #7A5ACF; }
a { background-color: rgb(122,90,207); }
div.DivClassName
{
background-color: #7A5ACF;
}
.BgClassName
{
background-color: #7A5ACF;
}
</style>
border-color css
<style>
span { border-color: #7A5ACF; }
span { border-color: rgb(122,90,207); }
td.TdClassName
{
border-color: #7A5ACF;
}
.TagClassName
{
border-color: #7A5ACF;
}
</style>