Shades of Slate Blue #7C64CB
Tints of Slate Blue #7C64CB
RGB
CMYK
RGB Variations
Color information
#7C64CB (or 0x7C64CB) is known color: Slate Blue. HEX triplet: 7C, 64 and CB. RGB value is (124,100,203). Sum of RGB (Red+Green+Blue) = 124+100+203=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C64CB is #839B34. Grayscale: #767676. Windows color (decimal): -8624949 or 13329532. OLE color: 13329532.
HSL color Cylindrical-coordinate representation of color #7C64CB: hue angle of 253.98º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C64CB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 100 | 203 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.20 |
| HSL | 253.98º | 0.5% | 0.59% | - |
| HSV(B) | 253.98º | 0.51% | 0.8% | - |
| XYZ | 23.65 | 17.71 | 58.67 | - |
| YUV | 118.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 203 | 0.39 | 0.51 | 0 | 0.20 | 253.98 | 0.5 | 0.59 |
| Hex | 7C | 64 | CB | 27 | 33 | 0 | 14 | FE | 32 | 3B |
| Octal | 174 | 144 | 313 | 47 | 63 | 0 | 24 | 376 | 62 | 73 |
| Binary | 1111100 | 1100100 | 11001011 | 100111 | 110011 | 0 | 10100 | 11111110 | 110010 | 111011 |
Color Harmonies of #7C64CB
Complementary color
Monochromatic Colors of #7C64CB
Black with #7C64CB
Text Example
Text Example
White with #7C64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C64CB; }
p { color: rgb(124,100,203); }
H1.HeaderClassName
{
color: #7C64CB;
}
.AnyTagClassName
{
color: #7C64CB;
}
</style>
background-color css
<style>
a { background-color: #7C64CB; }
a { background-color: rgb(124,100,203); }
div.DivClassName
{
background-color: #7C64CB;
}
.BgClassName
{
background-color: #7C64CB;
}
</style>
border-color css
<style>
span { border-color: #7C64CB; }
span { border-color: rgb(124,100,203); }
td.TdClassName
{
border-color: #7C64CB;
}
.TagClassName
{
border-color: #7C64CB;
}
</style>