Shades of Light Slate Blue #7B6EFC
Tints of Light Slate Blue #7B6EFC
RGB
CMYK
RGB Variations
Color information
#7B6EFC (or 0x7B6EFC) is known color: Light Slate Blue. HEX triplet: 7B, 6E and FC. RGB value is (123,110,252). Sum of RGB (Red+Green+Blue) = 123+110+252=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B6EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6EFC is #849103. Grayscale: #818181. Windows color (decimal): -8687876 or 16543355. OLE color: 16543355.
HSL color Cylindrical-coordinate representation of color #7B6EFC: hue angle of 245.49º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B6EFC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 110 | 252 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.01 |
| HSL | 245.49º | 0.96% | 0.71% | - |
| HSV(B) | 245.49º | 0.56% | 0.99% | - |
| XYZ | 31.32 | 22.39 | 94.77 | - |
| YUV | 130.08 | 196.81 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 252 | 0.51 | 0.56 | 0 | 0.01 | 245.49 | 0.96 | 0.71 |
| Hex | 7B | 6E | FC | 33 | 38 | 0 | 1 | F5 | 60 | 47 |
| Octal | 173 | 156 | 374 | 63 | 70 | 0 | 1 | 365 | 140 | 107 |
| Binary | 1111011 | 1101110 | 11111100 | 110011 | 111000 | 0 | 1 | 11110101 | 1100000 | 1000111 |
Color Harmonies of #7B6EFC
Complementary color
Monochromatic Colors of #7B6EFC
Black with #7B6EFC
Text Example
Text Example
White with #7B6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6EFC; }
p { color: rgb(123,110,252); }
H1.HeaderClassName
{
color: #7B6EFC;
}
.AnyTagClassName
{
color: #7B6EFC;
}
</style>
background-color css
<style>
a { background-color: #7B6EFC; }
a { background-color: rgb(123,110,252); }
div.DivClassName
{
background-color: #7B6EFC;
}
.BgClassName
{
background-color: #7B6EFC;
}
</style>
border-color css
<style>
span { border-color: #7B6EFC; }
span { border-color: rgb(123,110,252); }
td.TdClassName
{
border-color: #7B6EFC;
}
.TagClassName
{
border-color: #7B6EFC;
}
</style>