Shades of Slate Blue #7A5FCC
Tints of Slate Blue #7A5FCC
RGB
CMYK
RGB Variations
Color information
#7A5FCC (or 0x7A5FCC) is known color: Slate Blue. HEX triplet: 7A, 5F and CC. RGB value is (122,95,204). Sum of RGB (Red+Green+Blue) = 122+95+204=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5FCC is #85A033. Grayscale: #737373. Windows color (decimal): -8757300 or 13393786. OLE color: 13393786.
HSL color Cylindrical-coordinate representation of color #7A5FCC: hue angle of 254.86º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A5FCC is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 95 | 204 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.2 |
| HSL | 254.86º | 0.52% | 0.59% | - |
| HSV(B) | 254.86º | 0.53% | 0.8% | - |
| XYZ | 23.02 | 16.68 | 59.13 | - |
| YUV | 115.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 204 | 0.40 | 0.53 | 0 | 0.2 | 254.86 | 0.52 | 0.59 |
| Hex | 7A | 5F | CC | 28 | 35 | 0 | 14 | FF | 34 | 3B |
| Octal | 172 | 137 | 314 | 50 | 65 | 0 | 24 | 377 | 64 | 73 |
| Binary | 1111010 | 1011111 | 11001100 | 101000 | 110101 | 0 | 10100 | 11111111 | 110100 | 111011 |
Color Harmonies of #7A5FCC
Complementary color
Monochromatic Colors of #7A5FCC
Black with #7A5FCC
Text Example
Text Example
White with #7A5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5FCC; }
p { color: rgb(122,95,204); }
H1.HeaderClassName
{
color: #7A5FCC;
}
.AnyTagClassName
{
color: #7A5FCC;
}
</style>
background-color css
<style>
a { background-color: #7A5FCC; }
a { background-color: rgb(122,95,204); }
div.DivClassName
{
background-color: #7A5FCC;
}
.BgClassName
{
background-color: #7A5FCC;
}
</style>
border-color css
<style>
span { border-color: #7A5FCC; }
span { border-color: rgb(122,95,204); }
td.TdClassName
{
border-color: #7A5FCC;
}
.TagClassName
{
border-color: #7A5FCC;
}
</style>