Shades of Slate Blue #7B5ECF
Tints of Slate Blue #7B5ECF
RGB
CMYK
RGB Variations
Color information
#7B5ECF (or 0x7B5ECF) is known color: Slate Blue. HEX triplet: 7B, 5E and CF. RGB value is (123,94,207). Sum of RGB (Red+Green+Blue) = 123+94+207=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B5ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ECF is #84A130. Grayscale: #737373. Windows color (decimal): -8692017 or 13590139. OLE color: 13590139.
HSL color Cylindrical-coordinate representation of color #7B5ECF: hue angle of 255.4º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B5ECF is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 94 | 207 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.19 |
| HSL | 255.4º | 0.54% | 0.59% | - |
| HSV(B) | 255.4º | 0.55% | 0.81% | - |
| XYZ | 23.43 | 16.72 | 61.02 | - |
| YUV | 115.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 94 | 207 | 0.41 | 0.55 | 0 | 0.19 | 255.4 | 0.54 | 0.59 |
| Hex | 7B | 5E | CF | 29 | 37 | 0 | 13 | FF | 36 | 3B |
| Octal | 173 | 136 | 317 | 51 | 67 | 0 | 23 | 377 | 66 | 73 |
| Binary | 1111011 | 1011110 | 11001111 | 101001 | 110111 | 0 | 10011 | 11111111 | 110110 | 111011 |
Color Harmonies of #7B5ECF
Complementary color
Monochromatic Colors of #7B5ECF
Black with #7B5ECF
Text Example
Text Example
White with #7B5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5ECF; }
p { color: rgb(123,94,207); }
H1.HeaderClassName
{
color: #7B5ECF;
}
.AnyTagClassName
{
color: #7B5ECF;
}
</style>
background-color css
<style>
a { background-color: #7B5ECF; }
a { background-color: rgb(123,94,207); }
div.DivClassName
{
background-color: #7B5ECF;
}
.BgClassName
{
background-color: #7B5ECF;
}
</style>
border-color css
<style>
span { border-color: #7B5ECF; }
span { border-color: rgb(123,94,207); }
td.TdClassName
{
border-color: #7B5ECF;
}
.TagClassName
{
border-color: #7B5ECF;
}
</style>