Shades of Light Slate Blue #7B6CFE
Tints of Light Slate Blue #7B6CFE
RGB
CMYK
RGB Variations
Color information
#7B6CFE (or 0x7B6CFE) is known color: Light Slate Blue. HEX triplet: 7B, 6C and FE. RGB value is (123,108,254). Sum of RGB (Red+Green+Blue) = 123+108+254=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B6CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6CFE is #849301. Grayscale: #808080. Windows color (decimal): -8688386 or 16673915. OLE color: 16673915.
HSL color Cylindrical-coordinate representation of color #7B6CFE: hue angle of 246.16º 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 #7B6CFE is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 108 | 254 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.00 |
| HSL | 246.16º | 0.99% | 0.71% | - |
| HSV(B) | 246.16º | 0.57% | 1% | - |
| XYZ | 31.42 | 22.09 | 96.37 | - |
| YUV | 129.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 254 | 0.52 | 0.57 | 0 | 0.00 | 246.16 | 0.99 | 0.71 |
| Hex | 7B | 6C | FE | 34 | 39 | 0 | 0 | F6 | 63 | 47 |
| Octal | 173 | 154 | 376 | 64 | 71 | 0 | 0 | 366 | 143 | 107 |
| Binary | 1111011 | 1101100 | 11111110 | 110100 | 111001 | 0 | 0 | 11110110 | 1100011 | 1000111 |
Color Harmonies of #7B6CFE
Complementary color
Monochromatic Colors of #7B6CFE
Black with #7B6CFE
Text Example
Text Example
White with #7B6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CFE; }
p { color: rgb(123,108,254); }
H1.HeaderClassName
{
color: #7B6CFE;
}
.AnyTagClassName
{
color: #7B6CFE;
}
</style>
background-color css
<style>
a { background-color: #7B6CFE; }
a { background-color: rgb(123,108,254); }
div.DivClassName
{
background-color: #7B6CFE;
}
.BgClassName
{
background-color: #7B6CFE;
}
</style>
border-color css
<style>
span { border-color: #7B6CFE; }
span { border-color: rgb(123,108,254); }
td.TdClassName
{
border-color: #7B6CFE;
}
.TagClassName
{
border-color: #7B6CFE;
}
</style>