Shades of Slate Blue #7B51DE
Tints of Slate Blue #7B51DE
RGB
CMYK
RGB Variations
Color information
#7B51DE (or 0x7B51DE) is known color: Slate Blue. HEX triplet: 7B, 51 and DE. RGB value is (123,81,222). Sum of RGB (Red+Green+Blue) = 123+81+222=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B51DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B51DE is #84AE21. Grayscale: #6D6D6D. Windows color (decimal): -8695330 or 14569851. OLE color: 14569851.
HSL color Cylindrical-coordinate representation of color #7B51DE: hue angle of 257.87º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B51DE is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 81 | 222 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.13 |
| HSL | 257.87º | 0.68% | 0.59% | - |
| HSV(B) | 257.87º | 0.64% | 0.87% | - |
| XYZ | 24.3 | 15.37 | 70.79 | - |
| YUV | 109.63 | 191.41 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 222 | 0.45 | 0.64 | 0 | 0.13 | 257.87 | 0.68 | 0.59 |
| Hex | 7B | 51 | DE | 2D | 40 | 0 | D | 102 | 44 | 3B |
| Octal | 173 | 121 | 336 | 55 | 100 | 0 | 15 | 402 | 104 | 73 |
| Binary | 1111011 | 1010001 | 11011110 | 101101 | 1000000 | 0 | 1101 | 100000010 | 1000100 | 111011 |
Color Harmonies of #7B51DE
Complementary color
Monochromatic Colors of #7B51DE
Black with #7B51DE
Text Example
Text Example
White with #7B51DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B51DE; }
p { color: rgb(123,81,222); }
H1.HeaderClassName
{
color: #7B51DE;
}
.AnyTagClassName
{
color: #7B51DE;
}
</style>
background-color css
<style>
a { background-color: #7B51DE; }
a { background-color: rgb(123,81,222); }
div.DivClassName
{
background-color: #7B51DE;
}
.BgClassName
{
background-color: #7B51DE;
}
</style>
border-color css
<style>
span { border-color: #7B51DE; }
span { border-color: rgb(123,81,222); }
td.TdClassName
{
border-color: #7B51DE;
}
.TagClassName
{
border-color: #7B51DE;
}
</style>