Shades of Slate Blue #745BD2
Tints of Slate Blue #745BD2
RGB
CMYK
RGB Variations
Color information
#745BD2 (or 0x745BD2) is known color: Slate Blue. HEX triplet: 74, 5B and D2. RGB value is (116,91,210). Sum of RGB (Red+Green+Blue) = 116+91+210=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #745BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BD2 is #8BA42D. Grayscale: #6F6F6F. Windows color (decimal): -9151534 or 13785972. OLE color: 13785972.
HSL color Cylindrical-coordinate representation of color #745BD2: hue angle of 252.61º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745BD2 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 91 | 210 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.18 |
| HSL | 252.61º | 0.57% | 0.59% | - |
| HSV(B) | 252.61º | 0.57% | 0.82% | - |
| XYZ | 22.58 | 15.85 | 62.84 | - |
| YUV | 112.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 210 | 0.45 | 0.57 | 0 | 0.18 | 252.61 | 0.57 | 0.59 |
| Hex | 74 | 5B | D2 | 2D | 39 | 0 | 12 | FD | 39 | 3B |
| Octal | 164 | 133 | 322 | 55 | 71 | 0 | 22 | 375 | 71 | 73 |
| Binary | 1110100 | 1011011 | 11010010 | 101101 | 111001 | 0 | 10010 | 11111101 | 111001 | 111011 |
Color Harmonies of #745BD2
Complementary color
Monochromatic Colors of #745BD2
Black with #745BD2
Text Example
Text Example
White with #745BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BD2; }
p { color: rgb(116,91,210); }
H1.HeaderClassName
{
color: #745BD2;
}
.AnyTagClassName
{
color: #745BD2;
}
</style>
background-color css
<style>
a { background-color: #745BD2; }
a { background-color: rgb(116,91,210); }
div.DivClassName
{
background-color: #745BD2;
}
.BgClassName
{
background-color: #745BD2;
}
</style>
border-color css
<style>
span { border-color: #745BD2; }
span { border-color: rgb(116,91,210); }
td.TdClassName
{
border-color: #745BD2;
}
.TagClassName
{
border-color: #745BD2;
}
</style>