Shades of Slate Blue #734DDF
Tints of Slate Blue #734DDF
RGB
CMYK
RGB Variations
Color information
#734DDF (or 0x734DDF) is known color: Slate Blue. HEX triplet: 73, 4D and DF. RGB value is (115,77,223). Sum of RGB (Red+Green+Blue) = 115+77+223=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #734DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DDF is #8CB220. Grayscale: #686868. Windows color (decimal): -9220641 or 14634355. OLE color: 14634355.
HSL color Cylindrical-coordinate representation of color #734DDF: hue angle of 255.62º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #734DDF is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 77 | 223 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.13 |
| HSL | 255.62º | 0.7% | 0.59% | - |
| HSV(B) | 255.62º | 0.65% | 0.87% | - |
| XYZ | 23.04 | 14.28 | 71.35 | - |
| YUV | 105.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 223 | 0.48 | 0.65 | 0 | 0.13 | 255.62 | 0.7 | 0.59 |
| Hex | 73 | 4D | DF | 30 | 41 | 0 | D | 100 | 46 | 3B |
| Octal | 163 | 115 | 337 | 60 | 101 | 0 | 15 | 400 | 106 | 73 |
| Binary | 1110011 | 1001101 | 11011111 | 110000 | 1000001 | 0 | 1101 | 100000000 | 1000110 | 111011 |
Color Harmonies of #734DDF
Complementary color
Monochromatic Colors of #734DDF
Black with #734DDF
Text Example
Text Example
White with #734DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734DDF; }
p { color: rgb(115,77,223); }
H1.HeaderClassName
{
color: #734DDF;
}
.AnyTagClassName
{
color: #734DDF;
}
</style>
background-color css
<style>
a { background-color: #734DDF; }
a { background-color: rgb(115,77,223); }
div.DivClassName
{
background-color: #734DDF;
}
.BgClassName
{
background-color: #734DDF;
}
</style>
border-color css
<style>
span { border-color: #734DDF; }
span { border-color: rgb(115,77,223); }
td.TdClassName
{
border-color: #734DDF;
}
.TagClassName
{
border-color: #734DDF;
}
</style>