Shades of Slate Blue #745BDF
Tints of Slate Blue #745BDF
RGB
CMYK
RGB Variations
Color information
#745BDF (or 0x745BDF) is known color: Slate Blue. HEX triplet: 74, 5B and DF. RGB value is (116,91,223). Sum of RGB (Red+Green+Blue) = 116+91+223=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #745BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BDF is #8BA420. Grayscale: #717171. Windows color (decimal): -9151521 or 14637940. OLE color: 14637940.
HSL color Cylindrical-coordinate representation of color #745BDF: hue angle of 251.36º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745BDF is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 91 | 223 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.13 |
| HSL | 251.36º | 0.67% | 0.62% | - |
| HSV(B) | 251.36º | 0.59% | 0.87% | - |
| XYZ | 24.26 | 16.52 | 71.72 | - |
| YUV | 113.52 | 189.78 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 223 | 0.48 | 0.59 | 0 | 0.13 | 251.36 | 0.67 | 0.62 |
| Hex | 74 | 5B | DF | 30 | 3B | 0 | D | FB | 43 | 3E |
| Octal | 164 | 133 | 337 | 60 | 73 | 0 | 15 | 373 | 103 | 76 |
| Binary | 1110100 | 1011011 | 11011111 | 110000 | 111011 | 0 | 1101 | 11111011 | 1000011 | 111110 |
Color Harmonies of #745BDF
Complementary color
Monochromatic Colors of #745BDF
Black with #745BDF
Text Example
Text Example
White with #745BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745BDF; }
p { color: rgb(116,91,223); }
H1.HeaderClassName
{
color: #745BDF;
}
.AnyTagClassName
{
color: #745BDF;
}
</style>
background-color css
<style>
a { background-color: #745BDF; }
a { background-color: rgb(116,91,223); }
div.DivClassName
{
background-color: #745BDF;
}
.BgClassName
{
background-color: #745BDF;
}
</style>
border-color css
<style>
span { border-color: #745BDF; }
span { border-color: rgb(116,91,223); }
td.TdClassName
{
border-color: #745BDF;
}
.TagClassName
{
border-color: #745BDF;
}
</style>