Shades of Slate Blue #7B5CCF
Tints of Slate Blue #7B5CCF
RGB
CMYK
RGB Variations
Color information
#7B5CCF (or 0x7B5CCF) is known color: Slate Blue. HEX triplet: 7B, 5C and CF. RGB value is (123,92,207). Sum of RGB (Red+Green+Blue) = 123+92+207=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B5CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CCF is #84A330. Grayscale: #717171. Windows color (decimal): -8692529 or 13589627. OLE color: 13589627.
HSL color Cylindrical-coordinate representation of color #7B5CCF: hue angle of 256.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B5CCF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 92 | 207 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.19 |
| HSL | 256.17º | 0.55% | 0.59% | - |
| HSV(B) | 256.17º | 0.56% | 0.81% | - |
| XYZ | 23.26 | 16.37 | 60.97 | - |
| YUV | 114.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 207 | 0.41 | 0.56 | 0 | 0.19 | 256.17 | 0.55 | 0.59 |
| Hex | 7B | 5C | CF | 29 | 38 | 0 | 13 | 100 | 37 | 3B |
| Octal | 173 | 134 | 317 | 51 | 70 | 0 | 23 | 400 | 67 | 73 |
| Binary | 1111011 | 1011100 | 11001111 | 101001 | 111000 | 0 | 10011 | 100000000 | 110111 | 111011 |
Color Harmonies of #7B5CCF
Complementary color
Monochromatic Colors of #7B5CCF
Black with #7B5CCF
Text Example
Text Example
White with #7B5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CCF; }
p { color: rgb(123,92,207); }
H1.HeaderClassName
{
color: #7B5CCF;
}
.AnyTagClassName
{
color: #7B5CCF;
}
</style>
background-color css
<style>
a { background-color: #7B5CCF; }
a { background-color: rgb(123,92,207); }
div.DivClassName
{
background-color: #7B5CCF;
}
.BgClassName
{
background-color: #7B5CCF;
}
</style>
border-color css
<style>
span { border-color: #7B5CCF; }
span { border-color: rgb(123,92,207); }
td.TdClassName
{
border-color: #7B5CCF;
}
.TagClassName
{
border-color: #7B5CCF;
}
</style>