Shades of Slate Blue #7A65CD
Tints of Slate Blue #7A65CD
RGB
CMYK
RGB Variations
Color information
#7A65CD (or 0x7A65CD) is known color: Slate Blue. HEX triplet: 7A, 65 and CD. RGB value is (122,101,205). Sum of RGB (Red+Green+Blue) = 122+101+205=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A65CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A65CD is #859A32. Grayscale: #767676. Windows color (decimal): -8755763 or 13460858. OLE color: 13460858.
HSL color Cylindrical-coordinate representation of color #7A65CD: hue angle of 252.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A65CD is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 101 | 205 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.20 |
| HSL | 252.12º | 0.51% | 0.6% | - |
| HSV(B) | 252.12º | 0.51% | 0.8% | - |
| XYZ | 23.7 | 17.85 | 59.95 | - |
| YUV | 119.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 205 | 0.40 | 0.51 | 0 | 0.20 | 252.12 | 0.51 | 0.6 |
| Hex | 7A | 65 | CD | 28 | 33 | 0 | 14 | FC | 33 | 3C |
| Octal | 172 | 145 | 315 | 50 | 63 | 0 | 24 | 374 | 63 | 74 |
| Binary | 1111010 | 1100101 | 11001101 | 101000 | 110011 | 0 | 10100 | 11111100 | 110011 | 111100 |
Color Harmonies of #7A65CD
Complementary color
Monochromatic Colors of #7A65CD
Black with #7A65CD
Text Example
Text Example
White with #7A65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A65CD; }
p { color: rgb(122,101,205); }
H1.HeaderClassName
{
color: #7A65CD;
}
.AnyTagClassName
{
color: #7A65CD;
}
</style>
background-color css
<style>
a { background-color: #7A65CD; }
a { background-color: rgb(122,101,205); }
div.DivClassName
{
background-color: #7A65CD;
}
.BgClassName
{
background-color: #7A65CD;
}
</style>
border-color css
<style>
span { border-color: #7A65CD; }
span { border-color: rgb(122,101,205); }
td.TdClassName
{
border-color: #7A65CD;
}
.TagClassName
{
border-color: #7A65CD;
}
</style>