Shades of Slate Blue #754CCD
Tints of Slate Blue #754CCD
RGB
CMYK
RGB Variations
Color information
#754CCD (or 0x754CCD) is known color: Slate Blue. HEX triplet: 75, 4C and CD. RGB value is (117,76,205). Sum of RGB (Red+Green+Blue) = 117+76+205=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #754CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CCD is #8AB332. Grayscale: #666666. Windows color (decimal): -9089843 or 13454453. OLE color: 13454453.
HSL color Cylindrical-coordinate representation of color #754CCD: hue angle of 259.07º degrees, saturation: 0.56, 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 #754CCD is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 76 | 205 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.20 |
| HSL | 259.07º | 0.56% | 0.55% | - |
| HSV(B) | 259.07º | 0.63% | 0.8% | - |
| XYZ | 20.94 | 13.36 | 59.23 | - |
| YUV | 102.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 205 | 0.43 | 0.63 | 0 | 0.20 | 259.07 | 0.56 | 0.55 |
| Hex | 75 | 4C | CD | 2B | 3F | 0 | 14 | 103 | 38 | 37 |
| Octal | 165 | 114 | 315 | 53 | 77 | 0 | 24 | 403 | 70 | 67 |
| Binary | 1110101 | 1001100 | 11001101 | 101011 | 111111 | 0 | 10100 | 100000011 | 111000 | 110111 |
Color Harmonies of #754CCD
Complementary color
Monochromatic Colors of #754CCD
Black with #754CCD
Text Example
Text Example
White with #754CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CCD; }
p { color: rgb(117,76,205); }
H1.HeaderClassName
{
color: #754CCD;
}
.AnyTagClassName
{
color: #754CCD;
}
</style>
background-color css
<style>
a { background-color: #754CCD; }
a { background-color: rgb(117,76,205); }
div.DivClassName
{
background-color: #754CCD;
}
.BgClassName
{
background-color: #754CCD;
}
</style>
border-color css
<style>
span { border-color: #754CCD; }
span { border-color: rgb(117,76,205); }
td.TdClassName
{
border-color: #754CCD;
}
.TagClassName
{
border-color: #754CCD;
}
</style>