Shades of Slate Blue #745CCF
Tints of Slate Blue #745CCF
RGB
CMYK
RGB Variations
Color information
#745CCF (or 0x745CCF) is known color: Slate Blue. HEX triplet: 74, 5C and CF. RGB value is (116,92,207). Sum of RGB (Red+Green+Blue) = 116+92+207=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #745CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CCF is #8BA330. Grayscale: #6F6F6F. Windows color (decimal): -9151281 or 13589620. OLE color: 13589620.
HSL color Cylindrical-coordinate representation of color #745CCF: hue angle of 252.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745CCF is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 92 | 207 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.19 |
| HSL | 252.52º | 0.55% | 0.59% | - |
| HSV(B) | 252.52º | 0.56% | 0.81% | - |
| XYZ | 22.29 | 15.87 | 60.92 | - |
| YUV | 112.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 207 | 0.44 | 0.56 | 0 | 0.19 | 252.52 | 0.55 | 0.59 |
| Hex | 74 | 5C | CF | 2C | 38 | 0 | 13 | FD | 37 | 3B |
| Octal | 164 | 134 | 317 | 54 | 70 | 0 | 23 | 375 | 67 | 73 |
| Binary | 1110100 | 1011100 | 11001111 | 101100 | 111000 | 0 | 10011 | 11111101 | 110111 | 111011 |
Color Harmonies of #745CCF
Complementary color
Monochromatic Colors of #745CCF
Black with #745CCF
Text Example
Text Example
White with #745CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CCF; }
p { color: rgb(116,92,207); }
H1.HeaderClassName
{
color: #745CCF;
}
.AnyTagClassName
{
color: #745CCF;
}
</style>
background-color css
<style>
a { background-color: #745CCF; }
a { background-color: rgb(116,92,207); }
div.DivClassName
{
background-color: #745CCF;
}
.BgClassName
{
background-color: #745CCF;
}
</style>
border-color css
<style>
span { border-color: #745CCF; }
span { border-color: rgb(116,92,207); }
td.TdClassName
{
border-color: #745CCF;
}
.TagClassName
{
border-color: #745CCF;
}
</style>