Shades of Slate Blue #754BCD
Tints of Slate Blue #754BCD
RGB
CMYK
RGB Variations
Color information
#754BCD (or 0x754BCD) is known color: Slate Blue. HEX triplet: 75, 4B and CD. RGB value is (117,75,205). Sum of RGB (Red+Green+Blue) = 117+75+205=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #754BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BCD is #8AB432. Grayscale: #656565. Windows color (decimal): -9090099 or 13454197. OLE color: 13454197.
HSL color Cylindrical-coordinate representation of color #754BCD: hue angle of 259.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754BCD is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 75 | 205 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.20 |
| HSL | 259.38º | 0.57% | 0.55% | - |
| HSV(B) | 259.38º | 0.63% | 0.8% | - |
| XYZ | 20.87 | 13.22 | 59.21 | - |
| YUV | 102.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 205 | 0.43 | 0.63 | 0 | 0.20 | 259.38 | 0.57 | 0.55 |
| Hex | 75 | 4B | CD | 2B | 3F | 0 | 14 | 103 | 39 | 37 |
| Octal | 165 | 113 | 315 | 53 | 77 | 0 | 24 | 403 | 71 | 67 |
| Binary | 1110101 | 1001011 | 11001101 | 101011 | 111111 | 0 | 10100 | 100000011 | 111001 | 110111 |
Color Harmonies of #754BCD
Complementary color
Monochromatic Colors of #754BCD
Black with #754BCD
Text Example
Text Example
White with #754BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BCD; }
p { color: rgb(117,75,205); }
H1.HeaderClassName
{
color: #754BCD;
}
.AnyTagClassName
{
color: #754BCD;
}
</style>
background-color css
<style>
a { background-color: #754BCD; }
a { background-color: rgb(117,75,205); }
div.DivClassName
{
background-color: #754BCD;
}
.BgClassName
{
background-color: #754BCD;
}
</style>
border-color css
<style>
span { border-color: #754BCD; }
span { border-color: rgb(117,75,205); }
td.TdClassName
{
border-color: #754BCD;
}
.TagClassName
{
border-color: #754BCD;
}
</style>