Shades of Slate Blue #754DDD
Tints of Slate Blue #754DDD
RGB
CMYK
RGB Variations
Color information
#754DDD (or 0x754DDD) is known color: Slate Blue. HEX triplet: 75, 4D and DD. RGB value is (117,77,221). Sum of RGB (Red+Green+Blue) = 117+77+221=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #754DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DDD is #8AB222. Grayscale: #686868. Windows color (decimal): -9089571 or 14503285. OLE color: 14503285.
HSL color Cylindrical-coordinate representation of color #754DDD: hue angle of 256.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754DDD is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 77 | 221 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.13 |
| HSL | 256.67º | 0.68% | 0.58% | - |
| HSV(B) | 256.67º | 0.65% | 0.87% | - |
| XYZ | 23.04 | 14.31 | 69.95 | - |
| YUV | 105.38 | 193.25 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 221 | 0.47 | 0.65 | 0 | 0.13 | 256.67 | 0.68 | 0.58 |
| Hex | 75 | 4D | DD | 2F | 41 | 0 | D | 101 | 44 | 3A |
| Octal | 165 | 115 | 335 | 57 | 101 | 0 | 15 | 401 | 104 | 72 |
| Binary | 1110101 | 1001101 | 11011101 | 101111 | 1000001 | 0 | 1101 | 100000001 | 1000100 | 111010 |
Color Harmonies of #754DDD
Complementary color
Monochromatic Colors of #754DDD
Black with #754DDD
Text Example
Text Example
White with #754DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DDD; }
p { color: rgb(117,77,221); }
H1.HeaderClassName
{
color: #754DDD;
}
.AnyTagClassName
{
color: #754DDD;
}
</style>
background-color css
<style>
a { background-color: #754DDD; }
a { background-color: rgb(117,77,221); }
div.DivClassName
{
background-color: #754DDD;
}
.BgClassName
{
background-color: #754DDD;
}
</style>
border-color css
<style>
span { border-color: #754DDD; }
span { border-color: rgb(117,77,221); }
td.TdClassName
{
border-color: #754DDD;
}
.TagClassName
{
border-color: #754DDD;
}
</style>