Shades of Light Slate Blue #7B6BFB
Tints of Light Slate Blue #7B6BFB
RGB
CMYK
RGB Variations
Color information
#7B6BFB (or 0x7B6BFB) is known color: Light Slate Blue. HEX triplet: 7B, 6B and FB. RGB value is (123,107,251). Sum of RGB (Red+Green+Blue) = 123+107+251=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B6BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BFB is #849404. Grayscale: #7F7F7F. Windows color (decimal): -8688645 or 16477051. OLE color: 16477051.
HSL color Cylindrical-coordinate representation of color #7B6BFB: hue angle of 246.67º degrees, saturation: 0.95, 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 #7B6BFB is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 107 | 251 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.02 |
| HSL | 246.67º | 0.95% | 0.7% | - |
| HSV(B) | 246.67º | 0.57% | 0.98% | - |
| XYZ | 30.84 | 21.69 | 93.83 | - |
| YUV | 128.2 | 197.3 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 251 | 0.51 | 0.57 | 0 | 0.02 | 246.67 | 0.95 | 0.7 |
| Hex | 7B | 6B | FB | 33 | 39 | 0 | 2 | F7 | 5F | 46 |
| Octal | 173 | 153 | 373 | 63 | 71 | 0 | 2 | 367 | 137 | 106 |
| Binary | 1111011 | 1101011 | 11111011 | 110011 | 111001 | 0 | 10 | 11110111 | 1011111 | 1000110 |
Color Harmonies of #7B6BFB
Complementary color
Monochromatic Colors of #7B6BFB
Black with #7B6BFB
Text Example
Text Example
White with #7B6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BFB; }
p { color: rgb(123,107,251); }
H1.HeaderClassName
{
color: #7B6BFB;
}
.AnyTagClassName
{
color: #7B6BFB;
}
</style>
background-color css
<style>
a { background-color: #7B6BFB; }
a { background-color: rgb(123,107,251); }
div.DivClassName
{
background-color: #7B6BFB;
}
.BgClassName
{
background-color: #7B6BFB;
}
</style>
border-color css
<style>
span { border-color: #7B6BFB; }
span { border-color: rgb(123,107,251); }
td.TdClassName
{
border-color: #7B6BFB;
}
.TagClassName
{
border-color: #7B6BFB;
}
</style>