Shades of Slate Blue #756AD6
Tints of Slate Blue #756AD6
RGB
CMYK
RGB Variations
Color information
#756AD6 (or 0x756AD6) is known color: Slate Blue. HEX triplet: 75, 6A and D6. RGB value is (117,106,214). Sum of RGB (Red+Green+Blue) = 117+106+214=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #756AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AD6 is #8A9529. Grayscale: #797979. Windows color (decimal): -9082154 or 14051957. OLE color: 14051957.
HSL color Cylindrical-coordinate representation of color #756AD6: hue angle of 246.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756AD6 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 106 | 214 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.16 |
| HSL | 246.11º | 0.57% | 0.63% | - |
| HSV(B) | 246.11º | 0.5% | 0.84% | - |
| XYZ | 24.63 | 18.95 | 65.98 | - |
| YUV | 121.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 214 | 0.45 | 0.50 | 0 | 0.16 | 246.11 | 0.57 | 0.63 |
| Hex | 75 | 6A | D6 | 2D | 32 | 0 | 10 | F6 | 39 | 3F |
| Octal | 165 | 152 | 326 | 55 | 62 | 0 | 20 | 366 | 71 | 77 |
| Binary | 1110101 | 1101010 | 11010110 | 101101 | 110010 | 0 | 10000 | 11110110 | 111001 | 111111 |
Color Harmonies of #756AD6
Complementary color
Monochromatic Colors of #756AD6
Black with #756AD6
Text Example
Text Example
White with #756AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AD6; }
p { color: rgb(117,106,214); }
H1.HeaderClassName
{
color: #756AD6;
}
.AnyTagClassName
{
color: #756AD6;
}
</style>
background-color css
<style>
a { background-color: #756AD6; }
a { background-color: rgb(117,106,214); }
div.DivClassName
{
background-color: #756AD6;
}
.BgClassName
{
background-color: #756AD6;
}
</style>
border-color css
<style>
span { border-color: #756AD6; }
span { border-color: rgb(117,106,214); }
td.TdClassName
{
border-color: #756AD6;
}
.TagClassName
{
border-color: #756AD6;
}
</style>