Shades of Slate Blue #7B54CE
Tints of Slate Blue #7B54CE
RGB
CMYK
RGB Variations
Color information
#7B54CE (or 0x7B54CE) is known color: Slate Blue. HEX triplet: 7B, 54 and CE. RGB value is (123,84,206). Sum of RGB (Red+Green+Blue) = 123+84+206=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B54CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B54CE is #84AB31. Grayscale: #6D6D6D. Windows color (decimal): -8694578 or 13522043. OLE color: 13522043.
HSL color Cylindrical-coordinate representation of color #7B54CE: hue angle of 259.18º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B54CE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 84 | 206 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.19 |
| HSL | 259.18º | 0.55% | 0.57% | - |
| HSV(B) | 259.18º | 0.59% | 0.81% | - |
| XYZ | 22.48 | 15.01 | 60.1 | - |
| YUV | 109.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 206 | 0.40 | 0.59 | 0 | 0.19 | 259.18 | 0.55 | 0.57 |
| Hex | 7B | 54 | CE | 28 | 3B | 0 | 13 | 103 | 37 | 39 |
| Octal | 173 | 124 | 316 | 50 | 73 | 0 | 23 | 403 | 67 | 71 |
| Binary | 1111011 | 1010100 | 11001110 | 101000 | 111011 | 0 | 10011 | 100000011 | 110111 | 111001 |
Color Harmonies of #7B54CE
Complementary color
Monochromatic Colors of #7B54CE
Black with #7B54CE
Text Example
Text Example
White with #7B54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B54CE; }
p { color: rgb(123,84,206); }
H1.HeaderClassName
{
color: #7B54CE;
}
.AnyTagClassName
{
color: #7B54CE;
}
</style>
background-color css
<style>
a { background-color: #7B54CE; }
a { background-color: rgb(123,84,206); }
div.DivClassName
{
background-color: #7B54CE;
}
.BgClassName
{
background-color: #7B54CE;
}
</style>
border-color css
<style>
span { border-color: #7B54CE; }
span { border-color: rgb(123,84,206); }
td.TdClassName
{
border-color: #7B54CE;
}
.TagClassName
{
border-color: #7B54CE;
}
</style>