Shades of Slate Blue #754ECC
Tints of Slate Blue #754ECC
RGB
CMYK
RGB Variations
Color information
#754ECC (or 0x754ECC) is known color: Slate Blue. HEX triplet: 75, 4E and CC. RGB value is (117,78,204). Sum of RGB (Red+Green+Blue) = 117+78+204=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #754ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754ECC is #8AB133. Grayscale: #676767. Windows color (decimal): -9089332 or 13389429. OLE color: 13389429.
HSL color Cylindrical-coordinate representation of color #754ECC: hue angle of 258.57º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754ECC is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 78 | 204 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.2 |
| HSL | 258.57º | 0.55% | 0.55% | - |
| HSV(B) | 258.57º | 0.62% | 0.8% | - |
| XYZ | 20.96 | 13.59 | 58.65 | - |
| YUV | 104.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 204 | 0.43 | 0.62 | 0 | 0.2 | 258.57 | 0.55 | 0.55 |
| Hex | 75 | 4E | CC | 2B | 3E | 0 | 14 | 103 | 37 | 37 |
| Octal | 165 | 116 | 314 | 53 | 76 | 0 | 24 | 403 | 67 | 67 |
| Binary | 1110101 | 1001110 | 11001100 | 101011 | 111110 | 0 | 10100 | 100000011 | 110111 | 110111 |
Color Harmonies of #754ECC
Complementary color
Monochromatic Colors of #754ECC
Black with #754ECC
Text Example
Text Example
White with #754ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754ECC; }
p { color: rgb(117,78,204); }
H1.HeaderClassName
{
color: #754ECC;
}
.AnyTagClassName
{
color: #754ECC;
}
</style>
background-color css
<style>
a { background-color: #754ECC; }
a { background-color: rgb(117,78,204); }
div.DivClassName
{
background-color: #754ECC;
}
.BgClassName
{
background-color: #754ECC;
}
</style>
border-color css
<style>
span { border-color: #754ECC; }
span { border-color: rgb(117,78,204); }
td.TdClassName
{
border-color: #754ECC;
}
.TagClassName
{
border-color: #754ECC;
}
</style>