Shades of Slate Blue #754EDD
Tints of Slate Blue #754EDD
RGB
CMYK
RGB Variations
Color information
#754EDD (or 0x754EDD) is known color: Slate Blue. HEX triplet: 75, 4E and DD. RGB value is (117,78,221). Sum of RGB (Red+Green+Blue) = 117+78+221=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #754EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EDD is #8AB122. Grayscale: #696969. Windows color (decimal): -9089315 or 14503541. OLE color: 14503541.
HSL color Cylindrical-coordinate representation of color #754EDD: hue angle of 256.36º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754EDD is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 78 | 221 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.13 |
| HSL | 256.36º | 0.68% | 0.59% | - |
| HSV(B) | 256.36º | 0.65% | 0.87% | - |
| XYZ | 23.11 | 14.45 | 69.98 | - |
| YUV | 105.96 | 192.92 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 221 | 0.47 | 0.65 | 0 | 0.13 | 256.36 | 0.68 | 0.59 |
| Hex | 75 | 4E | DD | 2F | 41 | 0 | D | 100 | 44 | 3B |
| Octal | 165 | 116 | 335 | 57 | 101 | 0 | 15 | 400 | 104 | 73 |
| Binary | 1110101 | 1001110 | 11011101 | 101111 | 1000001 | 0 | 1101 | 100000000 | 1000100 | 111011 |
Color Harmonies of #754EDD
Complementary color
Monochromatic Colors of #754EDD
Black with #754EDD
Text Example
Text Example
White with #754EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754EDD; }
p { color: rgb(117,78,221); }
H1.HeaderClassName
{
color: #754EDD;
}
.AnyTagClassName
{
color: #754EDD;
}
</style>
background-color css
<style>
a { background-color: #754EDD; }
a { background-color: rgb(117,78,221); }
div.DivClassName
{
background-color: #754EDD;
}
.BgClassName
{
background-color: #754EDD;
}
</style>
border-color css
<style>
span { border-color: #754EDD; }
span { border-color: rgb(117,78,221); }
td.TdClassName
{
border-color: #754EDD;
}
.TagClassName
{
border-color: #754EDD;
}
</style>