Shades of Slate Blue #7B60CE
Tints of Slate Blue #7B60CE
RGB
CMYK
RGB Variations
Color information
#7B60CE (or 0x7B60CE) is known color: Slate Blue. HEX triplet: 7B, 60 and CE. RGB value is (123,96,206). Sum of RGB (Red+Green+Blue) = 123+96+206=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B60CE is #849F31. Grayscale: #747474. Windows color (decimal): -8691506 or 13525115. OLE color: 13525115.
HSL color Cylindrical-coordinate representation of color #7B60CE: hue angle of 254.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B60CE is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 96 | 206 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.19 |
| HSL | 254.73º | 0.53% | 0.59% | - |
| HSV(B) | 254.73º | 0.53% | 0.81% | - |
| XYZ | 23.49 | 17.03 | 60.44 | - |
| YUV | 116.61 | 178.45 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 206 | 0.40 | 0.53 | 0 | 0.19 | 254.73 | 0.53 | 0.59 |
| Hex | 7B | 60 | CE | 28 | 35 | 0 | 13 | FF | 35 | 3B |
| Octal | 173 | 140 | 316 | 50 | 65 | 0 | 23 | 377 | 65 | 73 |
| Binary | 1111011 | 1100000 | 11001110 | 101000 | 110101 | 0 | 10011 | 11111111 | 110101 | 111011 |
Color Harmonies of #7B60CE
Complementary color
Monochromatic Colors of #7B60CE
Black with #7B60CE
Text Example
Text Example
White with #7B60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B60CE; }
p { color: rgb(123,96,206); }
H1.HeaderClassName
{
color: #7B60CE;
}
.AnyTagClassName
{
color: #7B60CE;
}
</style>
background-color css
<style>
a { background-color: #7B60CE; }
a { background-color: rgb(123,96,206); }
div.DivClassName
{
background-color: #7B60CE;
}
.BgClassName
{
background-color: #7B60CE;
}
</style>
border-color css
<style>
span { border-color: #7B60CE; }
span { border-color: rgb(123,96,206); }
td.TdClassName
{
border-color: #7B60CE;
}
.TagClassName
{
border-color: #7B60CE;
}
</style>