Shades of Slate Blue #754FCC
Tints of Slate Blue #754FCC
RGB
CMYK
RGB Variations
Color information
#754FCC (or 0x754FCC) is known color: Slate Blue. HEX triplet: 75, 4F and CC. RGB value is (117,79,204). Sum of RGB (Red+Green+Blue) = 117+79+204=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #754FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FCC is #8AB033. Grayscale: #686868. Windows color (decimal): -9089076 or 13389685. OLE color: 13389685.
HSL color Cylindrical-coordinate representation of color #754FCC: hue angle of 258.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754FCC is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 79 | 204 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.2 |
| HSL | 258.24º | 0.55% | 0.55% | - |
| HSV(B) | 258.24º | 0.61% | 0.8% | - |
| XYZ | 21.03 | 13.73 | 58.67 | - |
| YUV | 104.61 | 184.09 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 204 | 0.43 | 0.61 | 0 | 0.2 | 258.24 | 0.55 | 0.55 |
| Hex | 75 | 4F | CC | 2B | 3D | 0 | 14 | 102 | 37 | 37 |
| Octal | 165 | 117 | 314 | 53 | 75 | 0 | 24 | 402 | 67 | 67 |
| Binary | 1110101 | 1001111 | 11001100 | 101011 | 111101 | 0 | 10100 | 100000010 | 110111 | 110111 |
Color Harmonies of #754FCC
Complementary color
Monochromatic Colors of #754FCC
Black with #754FCC
Text Example
Text Example
White with #754FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FCC; }
p { color: rgb(117,79,204); }
H1.HeaderClassName
{
color: #754FCC;
}
.AnyTagClassName
{
color: #754FCC;
}
</style>
background-color css
<style>
a { background-color: #754FCC; }
a { background-color: rgb(117,79,204); }
div.DivClassName
{
background-color: #754FCC;
}
.BgClassName
{
background-color: #754FCC;
}
</style>
border-color css
<style>
span { border-color: #754FCC; }
span { border-color: rgb(117,79,204); }
td.TdClassName
{
border-color: #754FCC;
}
.TagClassName
{
border-color: #754FCC;
}
</style>