Shades of Slate Blue #7D45CE
Tints of Slate Blue #7D45CE
RGB
CMYK
RGB Variations
Color information
#7D45CE (or 0x7D45CE) is known color: Slate Blue. HEX triplet: 7D, 45 and CE. RGB value is (125,69,206). Sum of RGB (Red+Green+Blue) = 125+69+206=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D45CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D45CE is #82BA31. Grayscale: #646464. Windows color (decimal): -8567346 or 13518205. OLE color: 13518205.
HSL color Cylindrical-coordinate representation of color #7D45CE: hue angle of 264.53º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D45CE is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 69 | 206 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.19 |
| HSL | 264.53º | 0.58% | 0.54% | - |
| HSV(B) | 264.53º | 0.67% | 0.81% | - |
| XYZ | 21.73 | 13.07 | 59.77 | - |
| YUV | 101.36 | 187.05 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 206 | 0.39 | 0.67 | 0 | 0.19 | 264.53 | 0.58 | 0.54 |
| Hex | 7D | 45 | CE | 27 | 43 | 0 | 13 | 109 | 3A | 36 |
| Octal | 175 | 105 | 316 | 47 | 103 | 0 | 23 | 411 | 72 | 66 |
| Binary | 1111101 | 1000101 | 11001110 | 100111 | 1000011 | 0 | 10011 | 100001001 | 111010 | 110110 |
Color Harmonies of #7D45CE
Complementary color
Monochromatic Colors of #7D45CE
Black with #7D45CE
Text Example
Text Example
White with #7D45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D45CE; }
p { color: rgb(125,69,206); }
H1.HeaderClassName
{
color: #7D45CE;
}
.AnyTagClassName
{
color: #7D45CE;
}
</style>
background-color css
<style>
a { background-color: #7D45CE; }
a { background-color: rgb(125,69,206); }
div.DivClassName
{
background-color: #7D45CE;
}
.BgClassName
{
background-color: #7D45CE;
}
</style>
border-color css
<style>
span { border-color: #7D45CE; }
span { border-color: rgb(125,69,206); }
td.TdClassName
{
border-color: #7D45CE;
}
.TagClassName
{
border-color: #7D45CE;
}
</style>