Shades of Slate Blue #7B5DCF
Tints of Slate Blue #7B5DCF
RGB
CMYK
RGB Variations
Color information
#7B5DCF (or 0x7B5DCF) is known color: Slate Blue. HEX triplet: 7B, 5D and CF. RGB value is (123,93,207). Sum of RGB (Red+Green+Blue) = 123+93+207=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DCF is #84A230. Grayscale: #727272. Windows color (decimal): -8692273 or 13589883. OLE color: 13589883.
HSL color Cylindrical-coordinate representation of color #7B5DCF: hue angle of 255.79º 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 #7B5DCF is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 93 | 207 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.19 |
| HSL | 255.79º | 0.54% | 0.59% | - |
| HSV(B) | 255.79º | 0.55% | 0.81% | - |
| XYZ | 23.35 | 16.54 | 60.99 | - |
| YUV | 114.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 207 | 0.41 | 0.55 | 0 | 0.19 | 255.79 | 0.54 | 0.59 |
| Hex | 7B | 5D | CF | 29 | 37 | 0 | 13 | 100 | 36 | 3B |
| Octal | 173 | 135 | 317 | 51 | 67 | 0 | 23 | 400 | 66 | 73 |
| Binary | 1111011 | 1011101 | 11001111 | 101001 | 110111 | 0 | 10011 | 100000000 | 110110 | 111011 |
Color Harmonies of #7B5DCF
Complementary color
Monochromatic Colors of #7B5DCF
Black with #7B5DCF
Text Example
Text Example
White with #7B5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5DCF; }
p { color: rgb(123,93,207); }
H1.HeaderClassName
{
color: #7B5DCF;
}
.AnyTagClassName
{
color: #7B5DCF;
}
</style>
background-color css
<style>
a { background-color: #7B5DCF; }
a { background-color: rgb(123,93,207); }
div.DivClassName
{
background-color: #7B5DCF;
}
.BgClassName
{
background-color: #7B5DCF;
}
</style>
border-color css
<style>
span { border-color: #7B5DCF; }
span { border-color: rgb(123,93,207); }
td.TdClassName
{
border-color: #7B5DCF;
}
.TagClassName
{
border-color: #7B5DCF;
}
</style>