Shades of Light Slate Blue #7B6DFE
Tints of Light Slate Blue #7B6DFE
RGB
CMYK
RGB Variations
Color information
#7B6DFE (or 0x7B6DFE) is known color: Light Slate Blue. HEX triplet: 7B, 6D and FE. RGB value is (123,109,254). Sum of RGB (Red+Green+Blue) = 123+109+254=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B6DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6DFE is #849201. Grayscale: #818181. Windows color (decimal): -8688130 or 16674171. OLE color: 16674171.
HSL color Cylindrical-coordinate representation of color #7B6DFE: hue angle of 245.79º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B6DFE is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 109 | 254 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.00 |
| HSL | 245.79º | 0.99% | 0.71% | - |
| HSV(B) | 245.79º | 0.57% | 1% | - |
| XYZ | 31.53 | 22.3 | 96.41 | - |
| YUV | 129.72 | 198.14 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 254 | 0.52 | 0.57 | 0 | 0.00 | 245.79 | 0.99 | 0.71 |
| Hex | 7B | 6D | FE | 34 | 39 | 0 | 0 | F6 | 63 | 47 |
| Octal | 173 | 155 | 376 | 64 | 71 | 0 | 0 | 366 | 143 | 107 |
| Binary | 1111011 | 1101101 | 11111110 | 110100 | 111001 | 0 | 0 | 11110110 | 1100011 | 1000111 |
Color Harmonies of #7B6DFE
Complementary color
Monochromatic Colors of #7B6DFE
Black with #7B6DFE
Text Example
Text Example
White with #7B6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6DFE; }
p { color: rgb(123,109,254); }
H1.HeaderClassName
{
color: #7B6DFE;
}
.AnyTagClassName
{
color: #7B6DFE;
}
</style>
background-color css
<style>
a { background-color: #7B6DFE; }
a { background-color: rgb(123,109,254); }
div.DivClassName
{
background-color: #7B6DFE;
}
.BgClassName
{
background-color: #7B6DFE;
}
</style>
border-color css
<style>
span { border-color: #7B6DFE; }
span { border-color: rgb(123,109,254); }
td.TdClassName
{
border-color: #7B6DFE;
}
.TagClassName
{
border-color: #7B6DFE;
}
</style>