Shades of Slate Blue #745ACC
Tints of Slate Blue #745ACC
RGB
CMYK
RGB Variations
Color information
#745ACC (or 0x745ACC) is known color: Slate Blue. HEX triplet: 74, 5A and CC. RGB value is (116,90,204). Sum of RGB (Red+Green+Blue) = 116+90+204=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #745ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ACC is #8BA533. Grayscale: #6E6E6E. Windows color (decimal): -9151796 or 13392500. OLE color: 13392500.
HSL color Cylindrical-coordinate representation of color #745ACC: hue angle of 253.68º 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 #745ACC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 90 | 204 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.2 |
| HSL | 253.68º | 0.53% | 0.58% | - |
| HSV(B) | 253.68º | 0.56% | 0.8% | - |
| XYZ | 21.76 | 15.38 | 58.95 | - |
| YUV | 110.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 204 | 0.43 | 0.56 | 0 | 0.2 | 253.68 | 0.53 | 0.58 |
| Hex | 74 | 5A | CC | 2B | 38 | 0 | 14 | FE | 35 | 3A |
| Octal | 164 | 132 | 314 | 53 | 70 | 0 | 24 | 376 | 65 | 72 |
| Binary | 1110100 | 1011010 | 11001100 | 101011 | 111000 | 0 | 10100 | 11111110 | 110101 | 111010 |
Color Harmonies of #745ACC
Complementary color
Monochromatic Colors of #745ACC
Black with #745ACC
Text Example
Text Example
White with #745ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745ACC; }
p { color: rgb(116,90,204); }
H1.HeaderClassName
{
color: #745ACC;
}
.AnyTagClassName
{
color: #745ACC;
}
</style>
background-color css
<style>
a { background-color: #745ACC; }
a { background-color: rgb(116,90,204); }
div.DivClassName
{
background-color: #745ACC;
}
.BgClassName
{
background-color: #745ACC;
}
</style>
border-color css
<style>
span { border-color: #745ACC; }
span { border-color: rgb(116,90,204); }
td.TdClassName
{
border-color: #745ACC;
}
.TagClassName
{
border-color: #745ACC;
}
</style>