Shades of Slate Blue #754FCD
Tints of Slate Blue #754FCD
RGB
CMYK
RGB Variations
Color information
#754FCD (or 0x754FCD) is known color: Slate Blue. HEX triplet: 75, 4F and CD. RGB value is (117,79,205). Sum of RGB (Red+Green+Blue) = 117+79+205=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #754FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FCD is #8AB032. Grayscale: #686868. Windows color (decimal): -9089075 or 13455221. OLE color: 13455221.
HSL color Cylindrical-coordinate representation of color #754FCD: hue angle of 258.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754FCD is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 79 | 205 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.20 |
| HSL | 258.1º | 0.56% | 0.56% | - |
| HSV(B) | 258.1º | 0.61% | 0.8% | - |
| XYZ | 21.15 | 13.78 | 59.3 | - |
| YUV | 104.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 205 | 0.43 | 0.61 | 0 | 0.20 | 258.1 | 0.56 | 0.56 |
| Hex | 75 | 4F | CD | 2B | 3D | 0 | 14 | 102 | 38 | 38 |
| Octal | 165 | 117 | 315 | 53 | 75 | 0 | 24 | 402 | 70 | 70 |
| Binary | 1110101 | 1001111 | 11001101 | 101011 | 111101 | 0 | 10100 | 100000010 | 111000 | 111000 |
Color Harmonies of #754FCD
Complementary color
Monochromatic Colors of #754FCD
Black with #754FCD
Text Example
Text Example
White with #754FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FCD; }
p { color: rgb(117,79,205); }
H1.HeaderClassName
{
color: #754FCD;
}
.AnyTagClassName
{
color: #754FCD;
}
</style>
background-color css
<style>
a { background-color: #754FCD; }
a { background-color: rgb(117,79,205); }
div.DivClassName
{
background-color: #754FCD;
}
.BgClassName
{
background-color: #754FCD;
}
</style>
border-color css
<style>
span { border-color: #754FCD; }
span { border-color: rgb(117,79,205); }
td.TdClassName
{
border-color: #754FCD;
}
.TagClassName
{
border-color: #754FCD;
}
</style>