Shades of Slate Blue #745BCD
Tints of Slate Blue #745BCD
RGB
CMYK
RGB Variations
Color information
#745BCD (or 0x745BCD) is known color: Slate Blue. HEX triplet: 74, 5B and CD. RGB value is (116,91,205). Sum of RGB (Red+Green+Blue) = 116+91+205=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #745BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BCD is #8BA432. Grayscale: #6F6F6F. Windows color (decimal): -9151539 or 13458292. OLE color: 13458292.
HSL color Cylindrical-coordinate representation of color #745BCD: hue angle of 253.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745BCD is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 91 | 205 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.20 |
| HSL | 253.16º | 0.53% | 0.58% | - |
| HSV(B) | 253.16º | 0.56% | 0.8% | - |
| XYZ | 21.96 | 15.6 | 59.61 | - |
| YUV | 111.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 205 | 0.43 | 0.56 | 0 | 0.20 | 253.16 | 0.53 | 0.58 |
| Hex | 74 | 5B | CD | 2B | 38 | 0 | 14 | FD | 35 | 3A |
| Octal | 164 | 133 | 315 | 53 | 70 | 0 | 24 | 375 | 65 | 72 |
| Binary | 1110100 | 1011011 | 11001101 | 101011 | 111000 | 0 | 10100 | 11111101 | 110101 | 111010 |
Color Harmonies of #745BCD
Complementary color
Monochromatic Colors of #745BCD
Black with #745BCD
Text Example
Text Example
White with #745BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BCD; }
p { color: rgb(116,91,205); }
H1.HeaderClassName
{
color: #745BCD;
}
.AnyTagClassName
{
color: #745BCD;
}
</style>
background-color css
<style>
a { background-color: #745BCD; }
a { background-color: rgb(116,91,205); }
div.DivClassName
{
background-color: #745BCD;
}
.BgClassName
{
background-color: #745BCD;
}
</style>
border-color css
<style>
span { border-color: #745BCD; }
span { border-color: rgb(116,91,205); }
td.TdClassName
{
border-color: #745BCD;
}
.TagClassName
{
border-color: #745BCD;
}
</style>