Shades of Slate Blue #7B51CE
Tints of Slate Blue #7B51CE
RGB
CMYK
RGB Variations
Color information
#7B51CE (or 0x7B51CE) is known color: Slate Blue. HEX triplet: 7B, 51 and CE. RGB value is (123,81,206). Sum of RGB (Red+Green+Blue) = 123+81+206=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B51CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B51CE is #84AE31. Grayscale: #6B6B6B. Windows color (decimal): -8695346 or 13521275. OLE color: 13521275.
HSL color Cylindrical-coordinate representation of color #7B51CE: hue angle of 260.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B51CE is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 81 | 206 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.19 |
| HSL | 260.16º | 0.56% | 0.56% | - |
| HSV(B) | 260.16º | 0.61% | 0.81% | - |
| XYZ | 22.25 | 14.55 | 60.03 | - |
| YUV | 107.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 206 | 0.40 | 0.61 | 0 | 0.19 | 260.16 | 0.56 | 0.56 |
| Hex | 7B | 51 | CE | 28 | 3D | 0 | 13 | 104 | 38 | 38 |
| Octal | 173 | 121 | 316 | 50 | 75 | 0 | 23 | 404 | 70 | 70 |
| Binary | 1111011 | 1010001 | 11001110 | 101000 | 111101 | 0 | 10011 | 100000100 | 111000 | 111000 |
Color Harmonies of #7B51CE
Complementary color
Monochromatic Colors of #7B51CE
Black with #7B51CE
Text Example
Text Example
White with #7B51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B51CE; }
p { color: rgb(123,81,206); }
H1.HeaderClassName
{
color: #7B51CE;
}
.AnyTagClassName
{
color: #7B51CE;
}
</style>
background-color css
<style>
a { background-color: #7B51CE; }
a { background-color: rgb(123,81,206); }
div.DivClassName
{
background-color: #7B51CE;
}
.BgClassName
{
background-color: #7B51CE;
}
</style>
border-color css
<style>
span { border-color: #7B51CE; }
span { border-color: rgb(123,81,206); }
td.TdClassName
{
border-color: #7B51CE;
}
.TagClassName
{
border-color: #7B51CE;
}
</style>