Shades of Slate Blue #7C60CB
Tints of Slate Blue #7C60CB
RGB
CMYK
RGB Variations
Color information
#7C60CB (or 0x7C60CB) is known color: Slate Blue. HEX triplet: 7C, 60 and CB. RGB value is (124,96,203). Sum of RGB (Red+Green+Blue) = 124+96+203=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C60CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C60CB is #839F34. Grayscale: #747474. Windows color (decimal): -8625973 or 13328508. OLE color: 13328508.
HSL color Cylindrical-coordinate representation of color #7C60CB: hue angle of 255.7º 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 #7C60CB is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 96 | 203 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.20 |
| HSL | 255.7º | 0.51% | 0.59% | - |
| HSV(B) | 255.7º | 0.53% | 0.8% | - |
| XYZ | 23.27 | 16.96 | 58.55 | - |
| YUV | 116.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 203 | 0.39 | 0.53 | 0 | 0.20 | 255.7 | 0.51 | 0.59 |
| Hex | 7C | 60 | CB | 27 | 35 | 0 | 14 | 100 | 33 | 3B |
| Octal | 174 | 140 | 313 | 47 | 65 | 0 | 24 | 400 | 63 | 73 |
| Binary | 1111100 | 1100000 | 11001011 | 100111 | 110101 | 0 | 10100 | 100000000 | 110011 | 111011 |
Color Harmonies of #7C60CB
Complementary color
Monochromatic Colors of #7C60CB
Black with #7C60CB
Text Example
Text Example
White with #7C60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C60CB; }
p { color: rgb(124,96,203); }
H1.HeaderClassName
{
color: #7C60CB;
}
.AnyTagClassName
{
color: #7C60CB;
}
</style>
background-color css
<style>
a { background-color: #7C60CB; }
a { background-color: rgb(124,96,203); }
div.DivClassName
{
background-color: #7C60CB;
}
.BgClassName
{
background-color: #7C60CB;
}
</style>
border-color css
<style>
span { border-color: #7C60CB; }
span { border-color: rgb(124,96,203); }
td.TdClassName
{
border-color: #7C60CB;
}
.TagClassName
{
border-color: #7C60CB;
}
</style>