Shades of Slate Blue #754DD7
Tints of Slate Blue #754DD7
RGB
CMYK
RGB Variations
Color information
#754DD7 (or 0x754DD7) is known color: Slate Blue. HEX triplet: 75, 4D and D7. RGB value is (117,77,215). Sum of RGB (Red+Green+Blue) = 117+77+215=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #754DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DD7 is #8AB228. Grayscale: #686868. Windows color (decimal): -9089577 or 14110069. OLE color: 14110069.
HSL color Cylindrical-coordinate representation of color #754DD7: hue angle of 257.39º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754DD7 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 77 | 215 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.16 |
| HSL | 257.39º | 0.63% | 0.57% | - |
| HSV(B) | 257.39º | 0.64% | 0.84% | - |
| XYZ | 22.26 | 14 | 65.82 | - |
| YUV | 104.69 | 190.25 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 215 | 0.46 | 0.64 | 0 | 0.16 | 257.39 | 0.63 | 0.57 |
| Hex | 75 | 4D | D7 | 2E | 40 | 0 | 10 | 101 | 3F | 39 |
| Octal | 165 | 115 | 327 | 56 | 100 | 0 | 20 | 401 | 77 | 71 |
| Binary | 1110101 | 1001101 | 11010111 | 101110 | 1000000 | 0 | 10000 | 100000001 | 111111 | 111001 |
Color Harmonies of #754DD7
Complementary color
Monochromatic Colors of #754DD7
Black with #754DD7
Text Example
Text Example
White with #754DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DD7; }
p { color: rgb(117,77,215); }
H1.HeaderClassName
{
color: #754DD7;
}
.AnyTagClassName
{
color: #754DD7;
}
</style>
background-color css
<style>
a { background-color: #754DD7; }
a { background-color: rgb(117,77,215); }
div.DivClassName
{
background-color: #754DD7;
}
.BgClassName
{
background-color: #754DD7;
}
</style>
border-color css
<style>
span { border-color: #754DD7; }
span { border-color: rgb(117,77,215); }
td.TdClassName
{
border-color: #754DD7;
}
.TagClassName
{
border-color: #754DD7;
}
</style>