Shades of Slate Blue #7B49D2
Tints of Slate Blue #7B49D2
RGB
CMYK
RGB Variations
Color information
#7B49D2 (or 0x7B49D2) is known color: Slate Blue. HEX triplet: 7B, 49 and D2. RGB value is (123,73,210). Sum of RGB (Red+Green+Blue) = 123+73+210=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #7B49D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B49D2 is #84B62D. Grayscale: #676767. Windows color (decimal): -8697390 or 13781371. OLE color: 13781371.
HSL color Cylindrical-coordinate representation of color #7B49D2: hue angle of 261.9º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B49D2 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 73 | 210 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.18 |
| HSL | 261.9º | 0.6% | 0.55% | - |
| HSV(B) | 261.9º | 0.65% | 0.82% | - |
| XYZ | 22.18 | 13.63 | 62.43 | - |
| YUV | 103.57 | 188.07 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 210 | 0.41 | 0.65 | 0 | 0.18 | 261.9 | 0.6 | 0.55 |
| Hex | 7B | 49 | D2 | 29 | 41 | 0 | 12 | 106 | 3C | 37 |
| Octal | 173 | 111 | 322 | 51 | 101 | 0 | 22 | 406 | 74 | 67 |
| Binary | 1111011 | 1001001 | 11010010 | 101001 | 1000001 | 0 | 10010 | 100000110 | 111100 | 110111 |
Color Harmonies of #7B49D2
Complementary color
Monochromatic Colors of #7B49D2
Black with #7B49D2
Text Example
Text Example
White with #7B49D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B49D2; }
p { color: rgb(123,73,210); }
H1.HeaderClassName
{
color: #7B49D2;
}
.AnyTagClassName
{
color: #7B49D2;
}
</style>
background-color css
<style>
a { background-color: #7B49D2; }
a { background-color: rgb(123,73,210); }
div.DivClassName
{
background-color: #7B49D2;
}
.BgClassName
{
background-color: #7B49D2;
}
</style>
border-color css
<style>
span { border-color: #7B49D2; }
span { border-color: rgb(123,73,210); }
td.TdClassName
{
border-color: #7B49D2;
}
.TagClassName
{
border-color: #7B49D2;
}
</style>