Shades of Slate Blue #735DD6
Tints of Slate Blue #735DD6
RGB
CMYK
RGB Variations
Color information
#735DD6 (or 0x735DD6) is known color: Slate Blue. HEX triplet: 73, 5D and D6. RGB value is (115,93,214). Sum of RGB (Red+Green+Blue) = 115+93+214=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #735DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DD6 is #8CA229. Grayscale: #707070. Windows color (decimal): -9216554 or 14048627. OLE color: 14048627.
HSL color Cylindrical-coordinate representation of color #735DD6: hue angle of 250.91º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735DD6 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 93 | 214 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.16 |
| HSL | 250.91º | 0.6% | 0.6% | - |
| HSV(B) | 250.91º | 0.57% | 0.84% | - |
| XYZ | 23.12 | 16.33 | 65.55 | - |
| YUV | 113.37 | 184.79 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 214 | 0.46 | 0.57 | 0 | 0.16 | 250.91 | 0.6 | 0.6 |
| Hex | 73 | 5D | D6 | 2E | 39 | 0 | 10 | FB | 3C | 3C |
| Octal | 163 | 135 | 326 | 56 | 71 | 0 | 20 | 373 | 74 | 74 |
| Binary | 1110011 | 1011101 | 11010110 | 101110 | 111001 | 0 | 10000 | 11111011 | 111100 | 111100 |
Color Harmonies of #735DD6
Complementary color
Monochromatic Colors of #735DD6
Black with #735DD6
Text Example
Text Example
White with #735DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DD6; }
p { color: rgb(115,93,214); }
H1.HeaderClassName
{
color: #735DD6;
}
.AnyTagClassName
{
color: #735DD6;
}
</style>
background-color css
<style>
a { background-color: #735DD6; }
a { background-color: rgb(115,93,214); }
div.DivClassName
{
background-color: #735DD6;
}
.BgClassName
{
background-color: #735DD6;
}
</style>
border-color css
<style>
span { border-color: #735DD6; }
span { border-color: rgb(115,93,214); }
td.TdClassName
{
border-color: #735DD6;
}
.TagClassName
{
border-color: #735DD6;
}
</style>