Shades of Slate Blue #754DDF
Tints of Slate Blue #754DDF
RGB
CMYK
RGB Variations
Color information
#754DDF (or 0x754DDF) is known color: Slate Blue. HEX triplet: 75, 4D and DF. RGB value is (117,77,223). Sum of RGB (Red+Green+Blue) = 117+77+223=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #754DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DDF is #8AB220. Grayscale: #696969. Windows color (decimal): -9089569 or 14634357. OLE color: 14634357.
HSL color Cylindrical-coordinate representation of color #754DDF: hue angle of 256.44º degrees, saturation: 0.7, 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 #754DDF is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 77 | 223 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.13 |
| HSL | 256.44º | 0.7% | 0.59% | - |
| HSV(B) | 256.44º | 0.65% | 0.87% | - |
| XYZ | 23.31 | 14.42 | 71.37 | - |
| YUV | 105.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 223 | 0.48 | 0.65 | 0 | 0.13 | 256.44 | 0.7 | 0.59 |
| Hex | 75 | 4D | DF | 30 | 41 | 0 | D | 100 | 46 | 3B |
| Octal | 165 | 115 | 337 | 60 | 101 | 0 | 15 | 400 | 106 | 73 |
| Binary | 1110101 | 1001101 | 11011111 | 110000 | 1000001 | 0 | 1101 | 100000000 | 1000110 | 111011 |
Color Harmonies of #754DDF
Complementary color
Monochromatic Colors of #754DDF
Black with #754DDF
Text Example
Text Example
White with #754DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DDF; }
p { color: rgb(117,77,223); }
H1.HeaderClassName
{
color: #754DDF;
}
.AnyTagClassName
{
color: #754DDF;
}
</style>
background-color css
<style>
a { background-color: #754DDF; }
a { background-color: rgb(117,77,223); }
div.DivClassName
{
background-color: #754DDF;
}
.BgClassName
{
background-color: #754DDF;
}
</style>
border-color css
<style>
span { border-color: #754DDF; }
span { border-color: rgb(117,77,223); }
td.TdClassName
{
border-color: #754DDF;
}
.TagClassName
{
border-color: #754DDF;
}
</style>