Shades of Slate Blue #745EDC
Tints of Slate Blue #745EDC
RGB
CMYK
RGB Variations
Color information
#745EDC (or 0x745EDC) is known color: Slate Blue. HEX triplet: 74, 5E and DC. RGB value is (116,94,220). Sum of RGB (Red+Green+Blue) = 116+94+220=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #745EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EDC is #8BA123. Grayscale: #727272. Windows color (decimal): -9150756 or 14442100. OLE color: 14442100.
HSL color Cylindrical-coordinate representation of color #745EDC: hue angle of 250.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745EDC is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 94 | 220 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.14 |
| HSL | 250.48º | 0.64% | 0.62% | - |
| HSV(B) | 250.48º | 0.57% | 0.86% | - |
| XYZ | 24.12 | 16.89 | 69.7 | - |
| YUV | 114.94 | 187.29 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 220 | 0.47 | 0.57 | 0 | 0.14 | 250.48 | 0.64 | 0.62 |
| Hex | 74 | 5E | DC | 2F | 39 | 0 | E | FA | 40 | 3E |
| Octal | 164 | 136 | 334 | 57 | 71 | 0 | 16 | 372 | 100 | 76 |
| Binary | 1110100 | 1011110 | 11011100 | 101111 | 111001 | 0 | 1110 | 11111010 | 1000000 | 111110 |
Color Harmonies of #745EDC
Complementary color
Monochromatic Colors of #745EDC
Black with #745EDC
Text Example
Text Example
White with #745EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745EDC; }
p { color: rgb(116,94,220); }
H1.HeaderClassName
{
color: #745EDC;
}
.AnyTagClassName
{
color: #745EDC;
}
</style>
background-color css
<style>
a { background-color: #745EDC; }
a { background-color: rgb(116,94,220); }
div.DivClassName
{
background-color: #745EDC;
}
.BgClassName
{
background-color: #745EDC;
}
</style>
border-color css
<style>
span { border-color: #745EDC; }
span { border-color: rgb(116,94,220); }
td.TdClassName
{
border-color: #745EDC;
}
.TagClassName
{
border-color: #745EDC;
}
</style>