Shades of Slate Blue #756AD5
Tints of Slate Blue #756AD5
RGB
CMYK
RGB Variations
Color information
#756AD5 (or 0x756AD5) is known color: Slate Blue. HEX triplet: 75, 6A and D5. RGB value is (117,106,213). Sum of RGB (Red+Green+Blue) = 117+106+213=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #756AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AD5 is #8A952A. Grayscale: #797979. Windows color (decimal): -9082155 or 13986421. OLE color: 13986421.
HSL color Cylindrical-coordinate representation of color #756AD5: hue angle of 246.17º degrees, saturation: 0.56, 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 #756AD5 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 106 | 213 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.16 |
| HSL | 246.17º | 0.56% | 0.63% | - |
| HSV(B) | 246.17º | 0.5% | 0.84% | - |
| XYZ | 24.5 | 18.89 | 65.31 | - |
| YUV | 121.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 213 | 0.45 | 0.50 | 0 | 0.16 | 246.17 | 0.56 | 0.63 |
| Hex | 75 | 6A | D5 | 2D | 32 | 0 | 10 | F6 | 38 | 3F |
| Octal | 165 | 152 | 325 | 55 | 62 | 0 | 20 | 366 | 70 | 77 |
| Binary | 1110101 | 1101010 | 11010101 | 101101 | 110010 | 0 | 10000 | 11110110 | 111000 | 111111 |
Color Harmonies of #756AD5
Complementary color
Monochromatic Colors of #756AD5
Black with #756AD5
Text Example
Text Example
White with #756AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AD5; }
p { color: rgb(117,106,213); }
H1.HeaderClassName
{
color: #756AD5;
}
.AnyTagClassName
{
color: #756AD5;
}
</style>
background-color css
<style>
a { background-color: #756AD5; }
a { background-color: rgb(117,106,213); }
div.DivClassName
{
background-color: #756AD5;
}
.BgClassName
{
background-color: #756AD5;
}
</style>
border-color css
<style>
span { border-color: #756AD5; }
span { border-color: rgb(117,106,213); }
td.TdClassName
{
border-color: #756AD5;
}
.TagClassName
{
border-color: #756AD5;
}
</style>