Shades of Slate Blue #754ECD
Tints of Slate Blue #754ECD
RGB
CMYK
RGB Variations
Color information
#754ECD (or 0x754ECD) is known color: Slate Blue. HEX triplet: 75, 4E and CD. RGB value is (117,78,205). Sum of RGB (Red+Green+Blue) = 117+78+205=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #754ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754ECD is #8AB132. Grayscale: #676767. Windows color (decimal): -9089331 or 13454965. OLE color: 13454965.
HSL color Cylindrical-coordinate representation of color #754ECD: hue angle of 258.43º degrees, saturation: 0.56, 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 #754ECD is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 78 | 205 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.20 |
| HSL | 258.43º | 0.56% | 0.55% | - |
| HSV(B) | 258.43º | 0.62% | 0.8% | - |
| XYZ | 21.08 | 13.64 | 59.28 | - |
| YUV | 104.14 | 184.92 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 205 | 0.43 | 0.62 | 0 | 0.20 | 258.43 | 0.56 | 0.55 |
| Hex | 75 | 4E | CD | 2B | 3E | 0 | 14 | 102 | 38 | 37 |
| Octal | 165 | 116 | 315 | 53 | 76 | 0 | 24 | 402 | 70 | 67 |
| Binary | 1110101 | 1001110 | 11001101 | 101011 | 111110 | 0 | 10100 | 100000010 | 111000 | 110111 |
Color Harmonies of #754ECD
Complementary color
Monochromatic Colors of #754ECD
Black with #754ECD
Text Example
Text Example
White with #754ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754ECD; }
p { color: rgb(117,78,205); }
H1.HeaderClassName
{
color: #754ECD;
}
.AnyTagClassName
{
color: #754ECD;
}
</style>
background-color css
<style>
a { background-color: #754ECD; }
a { background-color: rgb(117,78,205); }
div.DivClassName
{
background-color: #754ECD;
}
.BgClassName
{
background-color: #754ECD;
}
</style>
border-color css
<style>
span { border-color: #754ECD; }
span { border-color: rgb(117,78,205); }
td.TdClassName
{
border-color: #754ECD;
}
.TagClassName
{
border-color: #754ECD;
}
</style>