Shades of Slate Blue #7C4FDA
Tints of Slate Blue #7C4FDA
RGB
CMYK
RGB Variations
Color information
#7C4FDA (or 0x7C4FDA) is known color: Slate Blue. HEX triplet: 7C, 4F and DA. RGB value is (124,79,218). Sum of RGB (Red+Green+Blue) = 124+79+218=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C4FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4FDA is #83B025. Grayscale: #6B6B6B. Windows color (decimal): -8630310 or 14307196. OLE color: 14307196.
HSL color Cylindrical-coordinate representation of color #7C4FDA: hue angle of 259.42º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C4FDA is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 79 | 218 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.15 |
| HSL | 259.42º | 0.65% | 0.58% | - |
| HSV(B) | 259.42º | 0.64% | 0.85% | - |
| XYZ | 23.76 | 14.94 | 67.96 | - |
| YUV | 108.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 218 | 0.43 | 0.64 | 0 | 0.15 | 259.42 | 0.65 | 0.58 |
| Hex | 7C | 4F | DA | 2B | 40 | 0 | F | 103 | 41 | 3A |
| Octal | 174 | 117 | 332 | 53 | 100 | 0 | 17 | 403 | 101 | 72 |
| Binary | 1111100 | 1001111 | 11011010 | 101011 | 1000000 | 0 | 1111 | 100000011 | 1000001 | 111010 |
Color Harmonies of #7C4FDA
Complementary color
Monochromatic Colors of #7C4FDA
Black with #7C4FDA
Text Example
Text Example
White with #7C4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4FDA; }
p { color: rgb(124,79,218); }
H1.HeaderClassName
{
color: #7C4FDA;
}
.AnyTagClassName
{
color: #7C4FDA;
}
</style>
background-color css
<style>
a { background-color: #7C4FDA; }
a { background-color: rgb(124,79,218); }
div.DivClassName
{
background-color: #7C4FDA;
}
.BgClassName
{
background-color: #7C4FDA;
}
</style>
border-color css
<style>
span { border-color: #7C4FDA; }
span { border-color: rgb(124,79,218); }
td.TdClassName
{
border-color: #7C4FDA;
}
.TagClassName
{
border-color: #7C4FDA;
}
</style>