Shades of Light Slate Blue #7B6DFF
Tints of Light Slate Blue #7B6DFF
RGB
CMYK
RGB Variations
Color information
#7B6DFF (or 0x7B6DFF) is known color: Light Slate Blue. HEX triplet: 7B, 6D and FF. RGB value is (123,109,255). Sum of RGB (Red+Green+Blue) = 123+109+255=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B6DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6DFF is #849200. Grayscale: #818181. Windows color (decimal): -8688129 or 16739707. OLE color: 16739707.
HSL color Cylindrical-coordinate representation of color #7B6DFF: hue angle of 245.75º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B6DFF is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 109 | 255 | - |
| CMYK | 0.52 | 0.57 | 0 | 0 |
| HSL | 245.75º | 1% | 0.71% | - |
| HSV(B) | 245.75º | 0.57% | 1% | - |
| XYZ | 31.69 | 22.37 | 97.26 | - |
| YUV | 129.83 | 198.64 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 255 | 0.52 | 0.57 | 0 | 0 | 245.75 | 1 | 0.71 |
| Hex | 7B | 6D | FF | 34 | 39 | 0 | 0 | F6 | 64 | 47 |
| Octal | 173 | 155 | 377 | 64 | 71 | 0 | 0 | 366 | 144 | 107 |
| Binary | 1111011 | 1101101 | 11111111 | 110100 | 111001 | 0 | 0 | 11110110 | 1100100 | 1000111 |
Color Harmonies of #7B6DFF
Complementary color
Monochromatic Colors of #7B6DFF
Black with #7B6DFF
Text Example
Text Example
White with #7B6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6DFF; }
p { color: rgb(123,109,255); }
H1.HeaderClassName
{
color: #7B6DFF;
}
.AnyTagClassName
{
color: #7B6DFF;
}
</style>
background-color css
<style>
a { background-color: #7B6DFF; }
a { background-color: rgb(123,109,255); }
div.DivClassName
{
background-color: #7B6DFF;
}
.BgClassName
{
background-color: #7B6DFF;
}
</style>
border-color css
<style>
span { border-color: #7B6DFF; }
span { border-color: rgb(123,109,255); }
td.TdClassName
{
border-color: #7B6DFF;
}
.TagClassName
{
border-color: #7B6DFF;
}
</style>