Shades of Slate Blue #7B60CF
Tints of Slate Blue #7B60CF
RGB
CMYK
RGB Variations
Color information
#7B60CF (or 0x7B60CF) is known color: Slate Blue. HEX triplet: 7B, 60 and CF. RGB value is (123,96,207). Sum of RGB (Red+Green+Blue) = 123+96+207=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B60CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B60CF is #849F30. Grayscale: #747474. Windows color (decimal): -8691505 or 13590651. OLE color: 13590651.
HSL color Cylindrical-coordinate representation of color #7B60CF: hue angle of 254.59º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B60CF is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 96 | 207 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.19 |
| HSL | 254.59º | 0.54% | 0.59% | - |
| HSV(B) | 254.59º | 0.54% | 0.81% | - |
| XYZ | 23.61 | 17.08 | 61.08 | - |
| YUV | 116.73 | 178.95 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 207 | 0.41 | 0.54 | 0 | 0.19 | 254.59 | 0.54 | 0.59 |
| Hex | 7B | 60 | CF | 29 | 36 | 0 | 13 | FF | 36 | 3B |
| Octal | 173 | 140 | 317 | 51 | 66 | 0 | 23 | 377 | 66 | 73 |
| Binary | 1111011 | 1100000 | 11001111 | 101001 | 110110 | 0 | 10011 | 11111111 | 110110 | 111011 |
Color Harmonies of #7B60CF
Complementary color
Monochromatic Colors of #7B60CF
Black with #7B60CF
Text Example
Text Example
White with #7B60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B60CF; }
p { color: rgb(123,96,207); }
H1.HeaderClassName
{
color: #7B60CF;
}
.AnyTagClassName
{
color: #7B60CF;
}
</style>
background-color css
<style>
a { background-color: #7B60CF; }
a { background-color: rgb(123,96,207); }
div.DivClassName
{
background-color: #7B60CF;
}
.BgClassName
{
background-color: #7B60CF;
}
</style>
border-color css
<style>
span { border-color: #7B60CF; }
span { border-color: rgb(123,96,207); }
td.TdClassName
{
border-color: #7B60CF;
}
.TagClassName
{
border-color: #7B60CF;
}
</style>