Shades of Slate Blue #7D52CA
Tints of Slate Blue #7D52CA
RGB
CMYK
RGB Variations
Color information
#7D52CA (or 0x7D52CA) is known color: Slate Blue. HEX triplet: 7D, 52 and CA. RGB value is (125,82,202). Sum of RGB (Red+Green+Blue) = 125+82+202=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D52CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52CA is #82AD35. Grayscale: #6C6C6C. Windows color (decimal): -8564022 or 13259389. OLE color: 13259389.
HSL color Cylindrical-coordinate representation of color #7D52CA: hue angle of 261.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D52CA is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 82 | 202 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.21 |
| HSL | 261.5º | 0.53% | 0.56% | - |
| HSV(B) | 261.5º | 0.59% | 0.79% | - |
| XYZ | 22.14 | 14.66 | 57.54 | - |
| YUV | 108.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 202 | 0.38 | 0.59 | 0 | 0.21 | 261.5 | 0.53 | 0.56 |
| Hex | 7D | 52 | CA | 26 | 3B | 0 | 15 | 106 | 35 | 38 |
| Octal | 175 | 122 | 312 | 46 | 73 | 0 | 25 | 406 | 65 | 70 |
| Binary | 1111101 | 1010010 | 11001010 | 100110 | 111011 | 0 | 10101 | 100000110 | 110101 | 111000 |
Color Harmonies of #7D52CA
Complementary color
Monochromatic Colors of #7D52CA
Black with #7D52CA
Text Example
Text Example
White with #7D52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D52CA; }
p { color: rgb(125,82,202); }
H1.HeaderClassName
{
color: #7D52CA;
}
.AnyTagClassName
{
color: #7D52CA;
}
</style>
background-color css
<style>
a { background-color: #7D52CA; }
a { background-color: rgb(125,82,202); }
div.DivClassName
{
background-color: #7D52CA;
}
.BgClassName
{
background-color: #7D52CA;
}
</style>
border-color css
<style>
span { border-color: #7D52CA; }
span { border-color: rgb(125,82,202); }
td.TdClassName
{
border-color: #7D52CA;
}
.TagClassName
{
border-color: #7D52CA;
}
</style>