Shades of Slate Blue #754FDC
Tints of Slate Blue #754FDC
RGB
CMYK
RGB Variations
Color information
#754FDC (or 0x754FDC) is known color: Slate Blue. HEX triplet: 75, 4F and DC. RGB value is (117,79,220). Sum of RGB (Red+Green+Blue) = 117+79+220=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #754FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FDC is #8AB023. Grayscale: #696969. Windows color (decimal): -9089060 or 14438261. OLE color: 14438261.
HSL color Cylindrical-coordinate representation of color #754FDC: hue angle of 256.17º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754FDC is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 79 | 220 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.14 |
| HSL | 256.17º | 0.67% | 0.59% | - |
| HSV(B) | 256.17º | 0.64% | 0.86% | - |
| XYZ | 23.05 | 14.54 | 69.3 | - |
| YUV | 106.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 220 | 0.47 | 0.64 | 0 | 0.14 | 256.17 | 0.67 | 0.59 |
| Hex | 75 | 4F | DC | 2F | 40 | 0 | E | 100 | 43 | 3B |
| Octal | 165 | 117 | 334 | 57 | 100 | 0 | 16 | 400 | 103 | 73 |
| Binary | 1110101 | 1001111 | 11011100 | 101111 | 1000000 | 0 | 1110 | 100000000 | 1000011 | 111011 |
Color Harmonies of #754FDC
Complementary color
Monochromatic Colors of #754FDC
Black with #754FDC
Text Example
Text Example
White with #754FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FDC; }
p { color: rgb(117,79,220); }
H1.HeaderClassName
{
color: #754FDC;
}
.AnyTagClassName
{
color: #754FDC;
}
</style>
background-color css
<style>
a { background-color: #754FDC; }
a { background-color: rgb(117,79,220); }
div.DivClassName
{
background-color: #754FDC;
}
.BgClassName
{
background-color: #754FDC;
}
</style>
border-color css
<style>
span { border-color: #754FDC; }
span { border-color: rgb(117,79,220); }
td.TdClassName
{
border-color: #754FDC;
}
.TagClassName
{
border-color: #754FDC;
}
</style>