Shades of Slate Blue #745BC0
Tints of Slate Blue #745BC0
RGB
CMYK
RGB Variations
Color information
#745BC0 (or 0x745BC0) is known color: Slate Blue. HEX triplet: 74, 5B and C0. RGB value is (116,91,192). Sum of RGB (Red+Green+Blue) = 116+91+192=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #745BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BC0 is #8BA43F. Grayscale: #6D6D6D. Windows color (decimal): -9151552 or 12606324. OLE color: 12606324.
HSL color Cylindrical-coordinate representation of color #745BC0: hue angle of 254.85º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745BC0 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 91 | 192 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.25 |
| HSL | 254.85º | 0.44% | 0.55% | - |
| HSV(B) | 254.85º | 0.53% | 0.75% | - |
| XYZ | 20.46 | 15 | 51.69 | - |
| YUV | 109.99 | 174.28 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 192 | 0.40 | 0.53 | 0 | 0.25 | 254.85 | 0.44 | 0.55 |
| Hex | 74 | 5B | C0 | 28 | 35 | 0 | 19 | FF | 2C | 37 |
| Octal | 164 | 133 | 300 | 50 | 65 | 0 | 31 | 377 | 54 | 67 |
| Binary | 1110100 | 1011011 | 11000000 | 101000 | 110101 | 0 | 11001 | 11111111 | 101100 | 110111 |
Color Harmonies of #745BC0
Complementary color
Monochromatic Colors of #745BC0
Black with #745BC0
Text Example
Text Example
White with #745BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BC0; }
p { color: rgb(116,91,192); }
H1.HeaderClassName
{
color: #745BC0;
}
.AnyTagClassName
{
color: #745BC0;
}
</style>
background-color css
<style>
a { background-color: #745BC0; }
a { background-color: rgb(116,91,192); }
div.DivClassName
{
background-color: #745BC0;
}
.BgClassName
{
background-color: #745BC0;
}
</style>
border-color css
<style>
span { border-color: #745BC0; }
span { border-color: rgb(116,91,192); }
td.TdClassName
{
border-color: #745BC0;
}
.TagClassName
{
border-color: #745BC0;
}
</style>