Shades of Slate Blue #734BDF
Tints of Slate Blue #734BDF
RGB
CMYK
RGB Variations
Color information
#734BDF (or 0x734BDF) is known color: Slate Blue. HEX triplet: 73, 4B and DF. RGB value is (115,75,223). Sum of RGB (Red+Green+Blue) = 115+75+223=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #734BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BDF is #8CB420. Grayscale: #676767. Windows color (decimal): -9221153 or 14633843. OLE color: 14633843.
HSL color Cylindrical-coordinate representation of color #734BDF: hue angle of 256.22º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #734BDF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 75 | 223 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.13 |
| HSL | 256.22º | 0.7% | 0.58% | - |
| HSV(B) | 256.22º | 0.66% | 0.87% | - |
| XYZ | 22.91 | 14 | 71.31 | - |
| YUV | 103.83 | 195.25 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 223 | 0.48 | 0.66 | 0 | 0.13 | 256.22 | 0.7 | 0.58 |
| Hex | 73 | 4B | DF | 30 | 42 | 0 | D | 100 | 46 | 3A |
| Octal | 163 | 113 | 337 | 60 | 102 | 0 | 15 | 400 | 106 | 72 |
| Binary | 1110011 | 1001011 | 11011111 | 110000 | 1000010 | 0 | 1101 | 100000000 | 1000110 | 111010 |
Color Harmonies of #734BDF
Complementary color
Monochromatic Colors of #734BDF
Black with #734BDF
Text Example
Text Example
White with #734BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734BDF; }
p { color: rgb(115,75,223); }
H1.HeaderClassName
{
color: #734BDF;
}
.AnyTagClassName
{
color: #734BDF;
}
</style>
background-color css
<style>
a { background-color: #734BDF; }
a { background-color: rgb(115,75,223); }
div.DivClassName
{
background-color: #734BDF;
}
.BgClassName
{
background-color: #734BDF;
}
</style>
border-color css
<style>
span { border-color: #734BDF; }
span { border-color: rgb(115,75,223); }
td.TdClassName
{
border-color: #734BDF;
}
.TagClassName
{
border-color: #734BDF;
}
</style>