Shades of Slate Blue #7B60CC
Tints of Slate Blue #7B60CC
RGB
CMYK
RGB Variations
Color information
#7B60CC (or 0x7B60CC) is known color: Slate Blue. HEX triplet: 7B, 60 and CC. RGB value is (123,96,204). Sum of RGB (Red+Green+Blue) = 123+96+204=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B60CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B60CC is #849F33. Grayscale: #737373. Windows color (decimal): -8691508 or 13394043. OLE color: 13394043.
HSL color Cylindrical-coordinate representation of color #7B60CC: hue angle of 255º degrees, saturation: 0.51, 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 #7B60CC is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 96 | 204 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.2 |
| HSL | 255º | 0.51% | 0.59% | - |
| HSV(B) | 255º | 0.53% | 0.8% | - |
| XYZ | 23.25 | 16.94 | 59.17 | - |
| YUV | 116.39 | 177.45 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 204 | 0.40 | 0.53 | 0 | 0.2 | 255 | 0.51 | 0.59 |
| Hex | 7B | 60 | CC | 28 | 35 | 0 | 14 | FF | 33 | 3B |
| Octal | 173 | 140 | 314 | 50 | 65 | 0 | 24 | 377 | 63 | 73 |
| Binary | 1111011 | 1100000 | 11001100 | 101000 | 110101 | 0 | 10100 | 11111111 | 110011 | 111011 |
Color Harmonies of #7B60CC
Complementary color
Monochromatic Colors of #7B60CC
Black with #7B60CC
Text Example
Text Example
White with #7B60CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B60CC; }
p { color: rgb(123,96,204); }
H1.HeaderClassName
{
color: #7B60CC;
}
.AnyTagClassName
{
color: #7B60CC;
}
</style>
background-color css
<style>
a { background-color: #7B60CC; }
a { background-color: rgb(123,96,204); }
div.DivClassName
{
background-color: #7B60CC;
}
.BgClassName
{
background-color: #7B60CC;
}
</style>
border-color css
<style>
span { border-color: #7B60CC; }
span { border-color: rgb(123,96,204); }
td.TdClassName
{
border-color: #7B60CC;
}
.TagClassName
{
border-color: #7B60CC;
}
</style>