Shades of Slate Blue #7D46CC
Tints of Slate Blue #7D46CC
RGB
CMYK
RGB Variations
Color information
#7D46CC (or 0x7D46CC) is known color: Slate Blue. HEX triplet: 7D, 46 and CC. RGB value is (125,70,204). Sum of RGB (Red+Green+Blue) = 125+70+204=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D46CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D46CC is #82B933. Grayscale: #656565. Windows color (decimal): -8567092 or 13387389. OLE color: 13387389.
HSL color Cylindrical-coordinate representation of color #7D46CC: hue angle of 264.63º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D46CC is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 70 | 204 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.2 |
| HSL | 264.63º | 0.57% | 0.54% | - |
| HSV(B) | 264.63º | 0.66% | 0.8% | - |
| XYZ | 21.55 | 13.1 | 58.52 | - |
| YUV | 101.72 | 185.72 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 70 | 204 | 0.39 | 0.66 | 0 | 0.2 | 264.63 | 0.57 | 0.54 |
| Hex | 7D | 46 | CC | 27 | 42 | 0 | 14 | 109 | 39 | 36 |
| Octal | 175 | 106 | 314 | 47 | 102 | 0 | 24 | 411 | 71 | 66 |
| Binary | 1111101 | 1000110 | 11001100 | 100111 | 1000010 | 0 | 10100 | 100001001 | 111001 | 110110 |
Color Harmonies of #7D46CC
Complementary color
Monochromatic Colors of #7D46CC
Black with #7D46CC
Text Example
Text Example
White with #7D46CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D46CC; }
p { color: rgb(125,70,204); }
H1.HeaderClassName
{
color: #7D46CC;
}
.AnyTagClassName
{
color: #7D46CC;
}
</style>
background-color css
<style>
a { background-color: #7D46CC; }
a { background-color: rgb(125,70,204); }
div.DivClassName
{
background-color: #7D46CC;
}
.BgClassName
{
background-color: #7D46CC;
}
</style>
border-color css
<style>
span { border-color: #7D46CC; }
span { border-color: rgb(125,70,204); }
td.TdClassName
{
border-color: #7D46CC;
}
.TagClassName
{
border-color: #7D46CC;
}
</style>