Shades of Slate Blue #756BD5
Tints of Slate Blue #756BD5
RGB
CMYK
RGB Variations
Color information
#756BD5 (or 0x756BD5) is known color: Slate Blue. HEX triplet: 75, 6B and D5. RGB value is (117,107,213). Sum of RGB (Red+Green+Blue) = 117+107+213=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #756BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BD5 is #8A942A. Grayscale: #797979. Windows color (decimal): -9081899 or 13986677. OLE color: 13986677.
HSL color Cylindrical-coordinate representation of color #756BD5: hue angle of 245.66º 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 #756BD5 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 107 | 213 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.16 |
| HSL | 245.66º | 0.56% | 0.63% | - |
| HSV(B) | 245.66º | 0.5% | 0.84% | - |
| XYZ | 24.6 | 19.1 | 65.34 | - |
| YUV | 122.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 213 | 0.45 | 0.50 | 0 | 0.16 | 245.66 | 0.56 | 0.63 |
| Hex | 75 | 6B | D5 | 2D | 32 | 0 | 10 | F6 | 38 | 3F |
| Octal | 165 | 153 | 325 | 55 | 62 | 0 | 20 | 366 | 70 | 77 |
| Binary | 1110101 | 1101011 | 11010101 | 101101 | 110010 | 0 | 10000 | 11110110 | 111000 | 111111 |
Color Harmonies of #756BD5
Complementary color
Monochromatic Colors of #756BD5
Black with #756BD5
Text Example
Text Example
White with #756BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BD5; }
p { color: rgb(117,107,213); }
H1.HeaderClassName
{
color: #756BD5;
}
.AnyTagClassName
{
color: #756BD5;
}
</style>
background-color css
<style>
a { background-color: #756BD5; }
a { background-color: rgb(117,107,213); }
div.DivClassName
{
background-color: #756BD5;
}
.BgClassName
{
background-color: #756BD5;
}
</style>
border-color css
<style>
span { border-color: #756BD5; }
span { border-color: rgb(117,107,213); }
td.TdClassName
{
border-color: #756BD5;
}
.TagClassName
{
border-color: #756BD5;
}
</style>