Shades of Slate Blue #754CDF
Tints of Slate Blue #754CDF
RGB
CMYK
RGB Variations
Color information
#754CDF (or 0x754CDF) is known color: Slate Blue. HEX triplet: 75, 4C and DF. RGB value is (117,76,223). Sum of RGB (Red+Green+Blue) = 117+76+223=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #754CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CDF is #8AB320. Grayscale: #686868. Windows color (decimal): -9089825 or 14634101. OLE color: 14634101.
HSL color Cylindrical-coordinate representation of color #754CDF: hue angle of 256.73º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754CDF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 76 | 223 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.13 |
| HSL | 256.73º | 0.7% | 0.59% | - |
| HSV(B) | 256.73º | 0.66% | 0.87% | - |
| XYZ | 23.24 | 14.28 | 71.34 | - |
| YUV | 105.02 | 194.58 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 223 | 0.48 | 0.66 | 0 | 0.13 | 256.73 | 0.7 | 0.59 |
| Hex | 75 | 4C | DF | 30 | 42 | 0 | D | 101 | 46 | 3B |
| Octal | 165 | 114 | 337 | 60 | 102 | 0 | 15 | 401 | 106 | 73 |
| Binary | 1110101 | 1001100 | 11011111 | 110000 | 1000010 | 0 | 1101 | 100000001 | 1000110 | 111011 |
Color Harmonies of #754CDF
Complementary color
Monochromatic Colors of #754CDF
Black with #754CDF
Text Example
Text Example
White with #754CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CDF; }
p { color: rgb(117,76,223); }
H1.HeaderClassName
{
color: #754CDF;
}
.AnyTagClassName
{
color: #754CDF;
}
</style>
background-color css
<style>
a { background-color: #754CDF; }
a { background-color: rgb(117,76,223); }
div.DivClassName
{
background-color: #754CDF;
}
.BgClassName
{
background-color: #754CDF;
}
</style>
border-color css
<style>
span { border-color: #754CDF; }
span { border-color: rgb(117,76,223); }
td.TdClassName
{
border-color: #754CDF;
}
.TagClassName
{
border-color: #754CDF;
}
</style>