Shades of Light Slate Blue #7B6CFA
Tints of Light Slate Blue #7B6CFA
RGB
CMYK
RGB Variations
Color information
#7B6CFA (or 0x7B6CFA) is known color: Light Slate Blue. HEX triplet: 7B, 6C and FA. RGB value is (123,108,250). Sum of RGB (Red+Green+Blue) = 123+108+250=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B6CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6CFA is #849305. Grayscale: #808080. Windows color (decimal): -8688390 or 16411771. OLE color: 16411771.
HSL color Cylindrical-coordinate representation of color #7B6CFA: hue angle of 246.34º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B6CFA is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 108 | 250 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.02 |
| HSL | 246.34º | 0.93% | 0.7% | - |
| HSV(B) | 246.34º | 0.57% | 0.98% | - |
| XYZ | 30.79 | 21.84 | 93.04 | - |
| YUV | 128.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 250 | 0.51 | 0.57 | 0 | 0.02 | 246.34 | 0.93 | 0.7 |
| Hex | 7B | 6C | FA | 33 | 39 | 0 | 2 | F6 | 5D | 46 |
| Octal | 173 | 154 | 372 | 63 | 71 | 0 | 2 | 366 | 135 | 106 |
| Binary | 1111011 | 1101100 | 11111010 | 110011 | 111001 | 0 | 10 | 11110110 | 1011101 | 1000110 |
Color Harmonies of #7B6CFA
Complementary color
Monochromatic Colors of #7B6CFA
Black with #7B6CFA
Text Example
Text Example
White with #7B6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6CFA; }
p { color: rgb(123,108,250); }
H1.HeaderClassName
{
color: #7B6CFA;
}
.AnyTagClassName
{
color: #7B6CFA;
}
</style>
background-color css
<style>
a { background-color: #7B6CFA; }
a { background-color: rgb(123,108,250); }
div.DivClassName
{
background-color: #7B6CFA;
}
.BgClassName
{
background-color: #7B6CFA;
}
</style>
border-color css
<style>
span { border-color: #7B6CFA; }
span { border-color: rgb(123,108,250); }
td.TdClassName
{
border-color: #7B6CFA;
}
.TagClassName
{
border-color: #7B6CFA;
}
</style>