Shades of Slate Blue #754CC6
Tints of Slate Blue #754CC6
RGB
CMYK
RGB Variations
Color information
#754CC6 (or 0x754CC6) is known color: Slate Blue. HEX triplet: 75, 4C and C6. RGB value is (117,76,198). Sum of RGB (Red+Green+Blue) = 117+76+198=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #754CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CC6 is #8AB339. Grayscale: #656565. Windows color (decimal): -9089850 or 12995701. OLE color: 12995701.
HSL color Cylindrical-coordinate representation of color #754CC6: hue angle of 260.16º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754CC6 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 76 | 198 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.22 |
| HSL | 260.16º | 0.52% | 0.54% | - |
| HSV(B) | 260.16º | 0.62% | 0.78% | - |
| XYZ | 20.11 | 13.03 | 54.88 | - |
| YUV | 102.17 | 182.08 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 198 | 0.41 | 0.62 | 0 | 0.22 | 260.16 | 0.52 | 0.54 |
| Hex | 75 | 4C | C6 | 29 | 3E | 0 | 16 | 104 | 34 | 36 |
| Octal | 165 | 114 | 306 | 51 | 76 | 0 | 26 | 404 | 64 | 66 |
| Binary | 1110101 | 1001100 | 11000110 | 101001 | 111110 | 0 | 10110 | 100000100 | 110100 | 110110 |
Color Harmonies of #754CC6
Complementary color
Monochromatic Colors of #754CC6
Black with #754CC6
Text Example
Text Example
White with #754CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CC6; }
p { color: rgb(117,76,198); }
H1.HeaderClassName
{
color: #754CC6;
}
.AnyTagClassName
{
color: #754CC6;
}
</style>
background-color css
<style>
a { background-color: #754CC6; }
a { background-color: rgb(117,76,198); }
div.DivClassName
{
background-color: #754CC6;
}
.BgClassName
{
background-color: #754CC6;
}
</style>
border-color css
<style>
span { border-color: #754CC6; }
span { border-color: rgb(117,76,198); }
td.TdClassName
{
border-color: #754CC6;
}
.TagClassName
{
border-color: #754CC6;
}
</style>