Shades of Slate Blue #7B51DC
Tints of Slate Blue #7B51DC
RGB
CMYK
RGB Variations
Color information
#7B51DC (or 0x7B51DC) is known color: Slate Blue. HEX triplet: 7B, 51 and DC. RGB value is (123,81,220). Sum of RGB (Red+Green+Blue) = 123+81+220=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B51DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B51DC is #84AE23. Grayscale: #6C6C6C. Windows color (decimal): -8695332 or 14438779. OLE color: 14438779.
HSL color Cylindrical-coordinate representation of color #7B51DC: hue angle of 258.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B51DC is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 81 | 220 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.14 |
| HSL | 258.13º | 0.67% | 0.59% | - |
| HSV(B) | 258.13º | 0.63% | 0.86% | - |
| XYZ | 24.03 | 15.26 | 69.39 | - |
| YUV | 109.4 | 190.41 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 220 | 0.44 | 0.63 | 0 | 0.14 | 258.13 | 0.67 | 0.59 |
| Hex | 7B | 51 | DC | 2C | 3F | 0 | E | 102 | 43 | 3B |
| Octal | 173 | 121 | 334 | 54 | 77 | 0 | 16 | 402 | 103 | 73 |
| Binary | 1111011 | 1010001 | 11011100 | 101100 | 111111 | 0 | 1110 | 100000010 | 1000011 | 111011 |
Color Harmonies of #7B51DC
Complementary color
Monochromatic Colors of #7B51DC
Black with #7B51DC
Text Example
Text Example
White with #7B51DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B51DC; }
p { color: rgb(123,81,220); }
H1.HeaderClassName
{
color: #7B51DC;
}
.AnyTagClassName
{
color: #7B51DC;
}
</style>
background-color css
<style>
a { background-color: #7B51DC; }
a { background-color: rgb(123,81,220); }
div.DivClassName
{
background-color: #7B51DC;
}
.BgClassName
{
background-color: #7B51DC;
}
</style>
border-color css
<style>
span { border-color: #7B51DC; }
span { border-color: rgb(123,81,220); }
td.TdClassName
{
border-color: #7B51DC;
}
.TagClassName
{
border-color: #7B51DC;
}
</style>