Shades of Slate Blue #745DC6
Tints of Slate Blue #745DC6
RGB
CMYK
RGB Variations
Color information
#745DC6 (or 0x745DC6) is known color: Slate Blue. HEX triplet: 74, 5D and C6. RGB value is (116,93,198). Sum of RGB (Red+Green+Blue) = 116+93+198=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #745DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DC6 is #8BA239. Grayscale: #6F6F6F. Windows color (decimal): -9151034 or 13000052. OLE color: 13000052.
HSL color Cylindrical-coordinate representation of color #745DC6: hue angle of 253.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745DC6 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 93 | 198 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.22 |
| HSL | 253.14º | 0.48% | 0.57% | - |
| HSV(B) | 253.14º | 0.53% | 0.78% | - |
| XYZ | 21.31 | 15.62 | 55.32 | - |
| YUV | 111.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 198 | 0.41 | 0.53 | 0 | 0.22 | 253.14 | 0.48 | 0.57 |
| Hex | 74 | 5D | C6 | 29 | 35 | 0 | 16 | FD | 30 | 39 |
| Octal | 164 | 135 | 306 | 51 | 65 | 0 | 26 | 375 | 60 | 71 |
| Binary | 1110100 | 1011101 | 11000110 | 101001 | 110101 | 0 | 10110 | 11111101 | 110000 | 111001 |
Color Harmonies of #745DC6
Complementary color
Monochromatic Colors of #745DC6
Black with #745DC6
Text Example
Text Example
White with #745DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DC6; }
p { color: rgb(116,93,198); }
H1.HeaderClassName
{
color: #745DC6;
}
.AnyTagClassName
{
color: #745DC6;
}
</style>
background-color css
<style>
a { background-color: #745DC6; }
a { background-color: rgb(116,93,198); }
div.DivClassName
{
background-color: #745DC6;
}
.BgClassName
{
background-color: #745DC6;
}
</style>
border-color css
<style>
span { border-color: #745DC6; }
span { border-color: rgb(116,93,198); }
td.TdClassName
{
border-color: #745DC6;
}
.TagClassName
{
border-color: #745DC6;
}
</style>