Shades of Slate Blue #754DD8
Tints of Slate Blue #754DD8
RGB
CMYK
RGB Variations
Color information
#754DD8 (or 0x754DD8) is known color: Slate Blue. HEX triplet: 75, 4D and D8. RGB value is (117,77,216). Sum of RGB (Red+Green+Blue) = 117+77+216=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #754DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DD8 is #8AB227. Grayscale: #686868. Windows color (decimal): -9089576 or 14175605. OLE color: 14175605.
HSL color Cylindrical-coordinate representation of color #754DD8: hue angle of 257.27º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754DD8 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 77 | 216 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.15 |
| HSL | 257.27º | 0.64% | 0.57% | - |
| HSV(B) | 257.27º | 0.64% | 0.85% | - |
| XYZ | 22.38 | 14.05 | 66.5 | - |
| YUV | 104.81 | 190.75 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 216 | 0.46 | 0.64 | 0 | 0.15 | 257.27 | 0.64 | 0.57 |
| Hex | 75 | 4D | D8 | 2E | 40 | 0 | F | 101 | 40 | 39 |
| Octal | 165 | 115 | 330 | 56 | 100 | 0 | 17 | 401 | 100 | 71 |
| Binary | 1110101 | 1001101 | 11011000 | 101110 | 1000000 | 0 | 1111 | 100000001 | 1000000 | 111001 |
Color Harmonies of #754DD8
Complementary color
Monochromatic Colors of #754DD8
Black with #754DD8
Text Example
Text Example
White with #754DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DD8; }
p { color: rgb(117,77,216); }
H1.HeaderClassName
{
color: #754DD8;
}
.AnyTagClassName
{
color: #754DD8;
}
</style>
background-color css
<style>
a { background-color: #754DD8; }
a { background-color: rgb(117,77,216); }
div.DivClassName
{
background-color: #754DD8;
}
.BgClassName
{
background-color: #754DD8;
}
</style>
border-color css
<style>
span { border-color: #754DD8; }
span { border-color: rgb(117,77,216); }
td.TdClassName
{
border-color: #754DD8;
}
.TagClassName
{
border-color: #754DD8;
}
</style>