Shades of Slate Blue #7C61CB
Tints of Slate Blue #7C61CB
RGB
CMYK
RGB Variations
Color information
#7C61CB (or 0x7C61CB) is known color: Slate Blue. HEX triplet: 7C, 61 and CB. RGB value is (124,97,203). Sum of RGB (Red+Green+Blue) = 124+97+203=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C61CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61CB is #839E34. Grayscale: #747474. Windows color (decimal): -8625717 or 13328764. OLE color: 13328764.
HSL color Cylindrical-coordinate representation of color #7C61CB: hue angle of 255.28º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C61CB is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 97 | 203 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.20 |
| HSL | 255.28º | 0.5% | 0.59% | - |
| HSV(B) | 255.28º | 0.52% | 0.8% | - |
| XYZ | 23.37 | 17.15 | 58.58 | - |
| YUV | 117.16 | 176.45 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 203 | 0.39 | 0.52 | 0 | 0.20 | 255.28 | 0.5 | 0.59 |
| Hex | 7C | 61 | CB | 27 | 34 | 0 | 14 | FF | 32 | 3B |
| Octal | 174 | 141 | 313 | 47 | 64 | 0 | 24 | 377 | 62 | 73 |
| Binary | 1111100 | 1100001 | 11001011 | 100111 | 110100 | 0 | 10100 | 11111111 | 110010 | 111011 |
Color Harmonies of #7C61CB
Complementary color
Monochromatic Colors of #7C61CB
Black with #7C61CB
Text Example
Text Example
White with #7C61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C61CB; }
p { color: rgb(124,97,203); }
H1.HeaderClassName
{
color: #7C61CB;
}
.AnyTagClassName
{
color: #7C61CB;
}
</style>
background-color css
<style>
a { background-color: #7C61CB; }
a { background-color: rgb(124,97,203); }
div.DivClassName
{
background-color: #7C61CB;
}
.BgClassName
{
background-color: #7C61CB;
}
</style>
border-color css
<style>
span { border-color: #7C61CB; }
span { border-color: rgb(124,97,203); }
td.TdClassName
{
border-color: #7C61CB;
}
.TagClassName
{
border-color: #7C61CB;
}
</style>