Shades of Slate Blue #734CDF
Tints of Slate Blue #734CDF
RGB
CMYK
RGB Variations
Color information
#734CDF (or 0x734CDF) is known color: Slate Blue. HEX triplet: 73, 4C and DF. RGB value is (115,76,223). Sum of RGB (Red+Green+Blue) = 115+76+223=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #734CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CDF is #8CB320. Grayscale: #676767. Windows color (decimal): -9220897 or 14634099. OLE color: 14634099.
HSL color Cylindrical-coordinate representation of color #734CDF: hue angle of 255.92º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #734CDF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 76 | 223 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.13 |
| HSL | 255.92º | 0.7% | 0.59% | - |
| HSV(B) | 255.92º | 0.66% | 0.87% | - |
| XYZ | 22.97 | 14.14 | 71.33 | - |
| YUV | 104.42 | 194.92 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 223 | 0.48 | 0.66 | 0 | 0.13 | 255.92 | 0.7 | 0.59 |
| Hex | 73 | 4C | DF | 30 | 42 | 0 | D | 100 | 46 | 3B |
| Octal | 163 | 114 | 337 | 60 | 102 | 0 | 15 | 400 | 106 | 73 |
| Binary | 1110011 | 1001100 | 11011111 | 110000 | 1000010 | 0 | 1101 | 100000000 | 1000110 | 111011 |
Color Harmonies of #734CDF
Complementary color
Monochromatic Colors of #734CDF
Black with #734CDF
Text Example
Text Example
White with #734CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734CDF; }
p { color: rgb(115,76,223); }
H1.HeaderClassName
{
color: #734CDF;
}
.AnyTagClassName
{
color: #734CDF;
}
</style>
background-color css
<style>
a { background-color: #734CDF; }
a { background-color: rgb(115,76,223); }
div.DivClassName
{
background-color: #734CDF;
}
.BgClassName
{
background-color: #734CDF;
}
</style>
border-color css
<style>
span { border-color: #734CDF; }
span { border-color: rgb(115,76,223); }
td.TdClassName
{
border-color: #734CDF;
}
.TagClassName
{
border-color: #734CDF;
}
</style>