Shades of Slate Blue #7A65CF
Tints of Slate Blue #7A65CF
RGB
CMYK
RGB Variations
Color information
#7A65CF (or 0x7A65CF) is known color: Slate Blue. HEX triplet: 7A, 65 and CF. RGB value is (122,101,207). Sum of RGB (Red+Green+Blue) = 122+101+207=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A65CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A65CF is #859A30. Grayscale: #767676. Windows color (decimal): -8755761 or 13591930. OLE color: 13591930.
HSL color Cylindrical-coordinate representation of color #7A65CF: hue angle of 251.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A65CF is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 101 | 207 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.19 |
| HSL | 251.89º | 0.52% | 0.6% | - |
| HSV(B) | 251.89º | 0.51% | 0.81% | - |
| XYZ | 23.94 | 17.95 | 61.23 | - |
| YUV | 119.36 | 177.46 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 207 | 0.41 | 0.51 | 0 | 0.19 | 251.89 | 0.52 | 0.6 |
| Hex | 7A | 65 | CF | 29 | 33 | 0 | 13 | FC | 34 | 3C |
| Octal | 172 | 145 | 317 | 51 | 63 | 0 | 23 | 374 | 64 | 74 |
| Binary | 1111010 | 1100101 | 11001111 | 101001 | 110011 | 0 | 10011 | 11111100 | 110100 | 111100 |
Color Harmonies of #7A65CF
Complementary color
Monochromatic Colors of #7A65CF
Black with #7A65CF
Text Example
Text Example
White with #7A65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A65CF; }
p { color: rgb(122,101,207); }
H1.HeaderClassName
{
color: #7A65CF;
}
.AnyTagClassName
{
color: #7A65CF;
}
</style>
background-color css
<style>
a { background-color: #7A65CF; }
a { background-color: rgb(122,101,207); }
div.DivClassName
{
background-color: #7A65CF;
}
.BgClassName
{
background-color: #7A65CF;
}
</style>
border-color css
<style>
span { border-color: #7A65CF; }
span { border-color: rgb(122,101,207); }
td.TdClassName
{
border-color: #7A65CF;
}
.TagClassName
{
border-color: #7A65CF;
}
</style>