Shades of Slate Blue #745DD0
Tints of Slate Blue #745DD0
RGB
CMYK
RGB Variations
Color information
#745DD0 (or 0x745DD0) is known color: Slate Blue. HEX triplet: 74, 5D and D0. RGB value is (116,93,208). Sum of RGB (Red+Green+Blue) = 116+93+208=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #745DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DD0 is #8BA22F. Grayscale: #707070. Windows color (decimal): -9151024 or 13655412. OLE color: 13655412.
HSL color Cylindrical-coordinate representation of color #745DD0: hue angle of 252º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745DD0 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 93 | 208 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.18 |
| HSL | 252º | 0.55% | 0.59% | - |
| HSV(B) | 252º | 0.55% | 0.82% | - |
| XYZ | 22.5 | 16.1 | 61.6 | - |
| YUV | 112.99 | 181.62 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 208 | 0.44 | 0.55 | 0 | 0.18 | 252 | 0.55 | 0.59 |
| Hex | 74 | 5D | D0 | 2C | 37 | 0 | 12 | FC | 37 | 3B |
| Octal | 164 | 135 | 320 | 54 | 67 | 0 | 22 | 374 | 67 | 73 |
| Binary | 1110100 | 1011101 | 11010000 | 101100 | 110111 | 0 | 10010 | 11111100 | 110111 | 111011 |
Color Harmonies of #745DD0
Complementary color
Monochromatic Colors of #745DD0
Black with #745DD0
Text Example
Text Example
White with #745DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DD0; }
p { color: rgb(116,93,208); }
H1.HeaderClassName
{
color: #745DD0;
}
.AnyTagClassName
{
color: #745DD0;
}
</style>
background-color css
<style>
a { background-color: #745DD0; }
a { background-color: rgb(116,93,208); }
div.DivClassName
{
background-color: #745DD0;
}
.BgClassName
{
background-color: #745DD0;
}
</style>
border-color css
<style>
span { border-color: #745DD0; }
span { border-color: rgb(116,93,208); }
td.TdClassName
{
border-color: #745DD0;
}
.TagClassName
{
border-color: #745DD0;
}
</style>