Shades of Light Slate Blue #7B6AFC
Tints of Light Slate Blue #7B6AFC
RGB
CMYK
RGB Variations
Color information
#7B6AFC (or 0x7B6AFC) is known color: Light Slate Blue. HEX triplet: 7B, 6A and FC. RGB value is (123,106,252). Sum of RGB (Red+Green+Blue) = 123+106+252=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B6AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6AFC is #849503. Grayscale: #7F7F7F. Windows color (decimal): -8688900 or 16542331. OLE color: 16542331.
HSL color Cylindrical-coordinate representation of color #7B6AFC: hue angle of 246.99º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B6AFC is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 106 | 252 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.01 |
| HSL | 246.99º | 0.96% | 0.7% | - |
| HSV(B) | 246.99º | 0.58% | 0.99% | - |
| XYZ | 30.89 | 21.55 | 94.63 | - |
| YUV | 127.73 | 198.13 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 252 | 0.51 | 0.58 | 0 | 0.01 | 246.99 | 0.96 | 0.7 |
| Hex | 7B | 6A | FC | 33 | 3A | 0 | 1 | F7 | 60 | 46 |
| Octal | 173 | 152 | 374 | 63 | 72 | 0 | 1 | 367 | 140 | 106 |
| Binary | 1111011 | 1101010 | 11111100 | 110011 | 111010 | 0 | 1 | 11110111 | 1100000 | 1000110 |
Color Harmonies of #7B6AFC
Complementary color
Monochromatic Colors of #7B6AFC
Black with #7B6AFC
Text Example
Text Example
White with #7B6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6AFC; }
p { color: rgb(123,106,252); }
H1.HeaderClassName
{
color: #7B6AFC;
}
.AnyTagClassName
{
color: #7B6AFC;
}
</style>
background-color css
<style>
a { background-color: #7B6AFC; }
a { background-color: rgb(123,106,252); }
div.DivClassName
{
background-color: #7B6AFC;
}
.BgClassName
{
background-color: #7B6AFC;
}
</style>
border-color css
<style>
span { border-color: #7B6AFC; }
span { border-color: rgb(123,106,252); }
td.TdClassName
{
border-color: #7B6AFC;
}
.TagClassName
{
border-color: #7B6AFC;
}
</style>