Shades of Slate Blue #745AD0
Tints of Slate Blue #745AD0
RGB
CMYK
RGB Variations
Color information
#745AD0 (or 0x745AD0) is known color: Slate Blue. HEX triplet: 74, 5A and D0. RGB value is (116,90,208). Sum of RGB (Red+Green+Blue) = 116+90+208=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #745AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745AD0 is #8BA52F. Grayscale: #6E6E6E. Windows color (decimal): -9151792 or 13654644. OLE color: 13654644.
HSL color Cylindrical-coordinate representation of color #745AD0: hue angle of 253.22º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745AD0 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 90 | 208 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.18 |
| HSL | 253.22º | 0.56% | 0.58% | - |
| HSV(B) | 253.22º | 0.57% | 0.82% | - |
| XYZ | 22.24 | 15.58 | 61.51 | - |
| YUV | 111.23 | 182.61 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 208 | 0.44 | 0.57 | 0 | 0.18 | 253.22 | 0.56 | 0.58 |
| Hex | 74 | 5A | D0 | 2C | 39 | 0 | 12 | FD | 38 | 3A |
| Octal | 164 | 132 | 320 | 54 | 71 | 0 | 22 | 375 | 70 | 72 |
| Binary | 1110100 | 1011010 | 11010000 | 101100 | 111001 | 0 | 10010 | 11111101 | 111000 | 111010 |
Color Harmonies of #745AD0
Complementary color
Monochromatic Colors of #745AD0
Black with #745AD0
Text Example
Text Example
White with #745AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AD0; }
p { color: rgb(116,90,208); }
H1.HeaderClassName
{
color: #745AD0;
}
.AnyTagClassName
{
color: #745AD0;
}
</style>
background-color css
<style>
a { background-color: #745AD0; }
a { background-color: rgb(116,90,208); }
div.DivClassName
{
background-color: #745AD0;
}
.BgClassName
{
background-color: #745AD0;
}
</style>
border-color css
<style>
span { border-color: #745AD0; }
span { border-color: rgb(116,90,208); }
td.TdClassName
{
border-color: #745AD0;
}
.TagClassName
{
border-color: #745AD0;
}
</style>