Shades of Slate Blue #745FC0
Tints of Slate Blue #745FC0
RGB
CMYK
RGB Variations
Color information
#745FC0 (or 0x745FC0) is known color: Slate Blue. HEX triplet: 74, 5F and C0. RGB value is (116,95,192). Sum of RGB (Red+Green+Blue) = 116+95+192=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #745FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FC0 is #8BA03F. Grayscale: #6F6F6F. Windows color (decimal): -9150528 or 12607348. OLE color: 12607348.
HSL color Cylindrical-coordinate representation of color #745FC0: hue angle of 252.99º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745FC0 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 95 | 192 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.25 |
| HSL | 252.99º | 0.43% | 0.56% | - |
| HSV(B) | 252.99º | 0.51% | 0.75% | - |
| XYZ | 20.81 | 15.7 | 51.8 | - |
| YUV | 112.34 | 172.96 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 192 | 0.40 | 0.51 | 0 | 0.25 | 252.99 | 0.43 | 0.56 |
| Hex | 74 | 5F | C0 | 28 | 33 | 0 | 19 | FD | 2B | 38 |
| Octal | 164 | 137 | 300 | 50 | 63 | 0 | 31 | 375 | 53 | 70 |
| Binary | 1110100 | 1011111 | 11000000 | 101000 | 110011 | 0 | 11001 | 11111101 | 101011 | 111000 |
Color Harmonies of #745FC0
Complementary color
Monochromatic Colors of #745FC0
Black with #745FC0
Text Example
Text Example
White with #745FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745FC0; }
p { color: rgb(116,95,192); }
H1.HeaderClassName
{
color: #745FC0;
}
.AnyTagClassName
{
color: #745FC0;
}
</style>
background-color css
<style>
a { background-color: #745FC0; }
a { background-color: rgb(116,95,192); }
div.DivClassName
{
background-color: #745FC0;
}
.BgClassName
{
background-color: #745FC0;
}
</style>
border-color css
<style>
span { border-color: #745FC0; }
span { border-color: rgb(116,95,192); }
td.TdClassName
{
border-color: #745FC0;
}
.TagClassName
{
border-color: #745FC0;
}
</style>