Shades of Slate Blue #7B60CB
Tints of Slate Blue #7B60CB
RGB
CMYK
RGB Variations
Color information
#7B60CB (or 0x7B60CB) is known color: Slate Blue. HEX triplet: 7B, 60 and CB. RGB value is (123,96,203). Sum of RGB (Red+Green+Blue) = 123+96+203=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B60CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B60CB is #849F34. Grayscale: #737373. Windows color (decimal): -8691509 or 13328507. OLE color: 13328507.
HSL color Cylindrical-coordinate representation of color #7B60CB: hue angle of 255.14º 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 #7B60CB is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 96 | 203 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.20 |
| HSL | 255.14º | 0.51% | 0.59% | - |
| HSV(B) | 255.14º | 0.53% | 0.8% | - |
| XYZ | 23.13 | 16.89 | 58.54 | - |
| YUV | 116.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 203 | 0.39 | 0.53 | 0 | 0.20 | 255.14 | 0.51 | 0.59 |
| Hex | 7B | 60 | CB | 27 | 35 | 0 | 14 | FF | 33 | 3B |
| Octal | 173 | 140 | 313 | 47 | 65 | 0 | 24 | 377 | 63 | 73 |
| Binary | 1111011 | 1100000 | 11001011 | 100111 | 110101 | 0 | 10100 | 11111111 | 110011 | 111011 |
Color Harmonies of #7B60CB
Complementary color
Monochromatic Colors of #7B60CB
Black with #7B60CB
Text Example
Text Example
White with #7B60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B60CB; }
p { color: rgb(123,96,203); }
H1.HeaderClassName
{
color: #7B60CB;
}
.AnyTagClassName
{
color: #7B60CB;
}
</style>
background-color css
<style>
a { background-color: #7B60CB; }
a { background-color: rgb(123,96,203); }
div.DivClassName
{
background-color: #7B60CB;
}
.BgClassName
{
background-color: #7B60CB;
}
</style>
border-color css
<style>
span { border-color: #7B60CB; }
span { border-color: rgb(123,96,203); }
td.TdClassName
{
border-color: #7B60CB;
}
.TagClassName
{
border-color: #7B60CB;
}
</style>