Shades of Slate Blue #745CC0
Tints of Slate Blue #745CC0
RGB
CMYK
RGB Variations
Color information
#745CC0 (or 0x745CC0) is known color: Slate Blue. HEX triplet: 74, 5C and C0. RGB value is (116,92,192). Sum of RGB (Red+Green+Blue) = 116+92+192=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #745CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CC0 is #8BA33F. Grayscale: #6E6E6E. Windows color (decimal): -9151296 or 12606580. OLE color: 12606580.
HSL color Cylindrical-coordinate representation of color #745CC0: hue angle of 254.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #745CC0 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 92 | 192 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.25 |
| HSL | 254.4º | 0.44% | 0.56% | - |
| HSV(B) | 254.4º | 0.52% | 0.75% | - |
| XYZ | 20.54 | 15.17 | 51.72 | - |
| YUV | 110.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 192 | 0.40 | 0.52 | 0 | 0.25 | 254.4 | 0.44 | 0.56 |
| Hex | 74 | 5C | C0 | 28 | 34 | 0 | 19 | FE | 2C | 38 |
| Octal | 164 | 134 | 300 | 50 | 64 | 0 | 31 | 376 | 54 | 70 |
| Binary | 1110100 | 1011100 | 11000000 | 101000 | 110100 | 0 | 11001 | 11111110 | 101100 | 111000 |
Color Harmonies of #745CC0
Complementary color
Monochromatic Colors of #745CC0
Black with #745CC0
Text Example
Text Example
White with #745CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CC0; }
p { color: rgb(116,92,192); }
H1.HeaderClassName
{
color: #745CC0;
}
.AnyTagClassName
{
color: #745CC0;
}
</style>
background-color css
<style>
a { background-color: #745CC0; }
a { background-color: rgb(116,92,192); }
div.DivClassName
{
background-color: #745CC0;
}
.BgClassName
{
background-color: #745CC0;
}
</style>
border-color css
<style>
span { border-color: #745CC0; }
span { border-color: rgb(116,92,192); }
td.TdClassName
{
border-color: #745CC0;
}
.TagClassName
{
border-color: #745CC0;
}
</style>