Shades of Slate Blue #7D53CE
Tints of Slate Blue #7D53CE
RGB
CMYK
RGB Variations
Color information
#7D53CE (or 0x7D53CE) is known color: Slate Blue. HEX triplet: 7D, 53 and CE. RGB value is (125,83,206). Sum of RGB (Red+Green+Blue) = 125+83+206=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D53CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D53CE is #82AC31. Grayscale: #6D6D6D. Windows color (decimal): -8563762 or 13521789. OLE color: 13521789.
HSL color Cylindrical-coordinate representation of color #7D53CE: hue angle of 260.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D53CE is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 83 | 206 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.19 |
| HSL | 260.49º | 0.56% | 0.57% | - |
| HSV(B) | 260.49º | 0.6% | 0.81% | - |
| XYZ | 22.69 | 15 | 60.09 | - |
| YUV | 109.58 | 182.41 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 206 | 0.39 | 0.60 | 0 | 0.19 | 260.49 | 0.56 | 0.57 |
| Hex | 7D | 53 | CE | 27 | 3C | 0 | 13 | 104 | 38 | 39 |
| Octal | 175 | 123 | 316 | 47 | 74 | 0 | 23 | 404 | 70 | 71 |
| Binary | 1111101 | 1010011 | 11001110 | 100111 | 111100 | 0 | 10011 | 100000100 | 111000 | 111001 |
Color Harmonies of #7D53CE
Complementary color
Monochromatic Colors of #7D53CE
Black with #7D53CE
Text Example
Text Example
White with #7D53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D53CE; }
p { color: rgb(125,83,206); }
H1.HeaderClassName
{
color: #7D53CE;
}
.AnyTagClassName
{
color: #7D53CE;
}
</style>
background-color css
<style>
a { background-color: #7D53CE; }
a { background-color: rgb(125,83,206); }
div.DivClassName
{
background-color: #7D53CE;
}
.BgClassName
{
background-color: #7D53CE;
}
</style>
border-color css
<style>
span { border-color: #7D53CE; }
span { border-color: rgb(125,83,206); }
td.TdClassName
{
border-color: #7D53CE;
}
.TagClassName
{
border-color: #7D53CE;
}
</style>