Shades of Slate Blue #745ECE
Tints of Slate Blue #745ECE
RGB
CMYK
RGB Variations
Color information
#745ECE (or 0x745ECE) is known color: Slate Blue. HEX triplet: 74, 5E and CE. RGB value is (116,94,206). Sum of RGB (Red+Green+Blue) = 116+94+206=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #745ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ECE is #8BA131. Grayscale: #707070. Windows color (decimal): -9150770 or 13524596. OLE color: 13524596.
HSL color Cylindrical-coordinate representation of color #745ECE: hue angle of 251.79º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745ECE is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 94 | 206 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.19 |
| HSL | 251.79º | 0.53% | 0.59% | - |
| HSV(B) | 251.79º | 0.54% | 0.81% | - |
| XYZ | 22.35 | 16.17 | 60.34 | - |
| YUV | 113.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 206 | 0.44 | 0.54 | 0 | 0.19 | 251.79 | 0.53 | 0.59 |
| Hex | 74 | 5E | CE | 2C | 36 | 0 | 13 | FC | 35 | 3B |
| Octal | 164 | 136 | 316 | 54 | 66 | 0 | 23 | 374 | 65 | 73 |
| Binary | 1110100 | 1011110 | 11001110 | 101100 | 110110 | 0 | 10011 | 11111100 | 110101 | 111011 |
Color Harmonies of #745ECE
Complementary color
Monochromatic Colors of #745ECE
Black with #745ECE
Text Example
Text Example
White with #745ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745ECE; }
p { color: rgb(116,94,206); }
H1.HeaderClassName
{
color: #745ECE;
}
.AnyTagClassName
{
color: #745ECE;
}
</style>
background-color css
<style>
a { background-color: #745ECE; }
a { background-color: rgb(116,94,206); }
div.DivClassName
{
background-color: #745ECE;
}
.BgClassName
{
background-color: #745ECE;
}
</style>
border-color css
<style>
span { border-color: #745ECE; }
span { border-color: rgb(116,94,206); }
td.TdClassName
{
border-color: #745ECE;
}
.TagClassName
{
border-color: #745ECE;
}
</style>