Shades of Slate Blue #754FC5
Tints of Slate Blue #754FC5
RGB
CMYK
RGB Variations
Color information
#754FC5 (or 0x754FC5) is known color: Slate Blue. HEX triplet: 75, 4F and C5. RGB value is (117,79,197). Sum of RGB (Red+Green+Blue) = 117+79+197=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #754FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FC5 is #8AB03A. Grayscale: #676767. Windows color (decimal): -9089083 or 12930933. OLE color: 12930933.
HSL color Cylindrical-coordinate representation of color #754FC5: hue angle of 259.32º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754FC5 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 79 | 197 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.23 |
| HSL | 259.32º | 0.5% | 0.54% | - |
| HSV(B) | 259.32º | 0.6% | 0.77% | - |
| XYZ | 20.21 | 13.41 | 54.35 | - |
| YUV | 103.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 197 | 0.41 | 0.60 | 0 | 0.23 | 259.32 | 0.5 | 0.54 |
| Hex | 75 | 4F | C5 | 29 | 3C | 0 | 17 | 103 | 32 | 36 |
| Octal | 165 | 117 | 305 | 51 | 74 | 0 | 27 | 403 | 62 | 66 |
| Binary | 1110101 | 1001111 | 11000101 | 101001 | 111100 | 0 | 10111 | 100000011 | 110010 | 110110 |
Color Harmonies of #754FC5
Complementary color
Monochromatic Colors of #754FC5
Black with #754FC5
Text Example
Text Example
White with #754FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FC5; }
p { color: rgb(117,79,197); }
H1.HeaderClassName
{
color: #754FC5;
}
.AnyTagClassName
{
color: #754FC5;
}
</style>
background-color css
<style>
a { background-color: #754FC5; }
a { background-color: rgb(117,79,197); }
div.DivClassName
{
background-color: #754FC5;
}
.BgClassName
{
background-color: #754FC5;
}
</style>
border-color css
<style>
span { border-color: #754FC5; }
span { border-color: rgb(117,79,197); }
td.TdClassName
{
border-color: #754FC5;
}
.TagClassName
{
border-color: #754FC5;
}
</style>