Shades of Light Slate Blue #7B68FB
Tints of Light Slate Blue #7B68FB
RGB
CMYK
RGB Variations
Color information
#7B68FB (or 0x7B68FB) is known color: Light Slate Blue. HEX triplet: 7B, 68 and FB. RGB value is (123,104,251). Sum of RGB (Red+Green+Blue) = 123+104+251=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B68FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B68FB is #849704. Grayscale: #7D7D7D. Windows color (decimal): -8689413 or 16476283. OLE color: 16476283.
HSL color Cylindrical-coordinate representation of color #7B68FB: hue angle of 247.76º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B68FB is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 104 | 251 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.02 |
| HSL | 247.76º | 0.95% | 0.7% | - |
| HSV(B) | 247.76º | 0.59% | 0.98% | - |
| XYZ | 30.53 | 21.08 | 93.73 | - |
| YUV | 126.44 | 198.29 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 251 | 0.51 | 0.59 | 0 | 0.02 | 247.76 | 0.95 | 0.7 |
| Hex | 7B | 68 | FB | 33 | 3B | 0 | 2 | F8 | 5F | 46 |
| Octal | 173 | 150 | 373 | 63 | 73 | 0 | 2 | 370 | 137 | 106 |
| Binary | 1111011 | 1101000 | 11111011 | 110011 | 111011 | 0 | 10 | 11111000 | 1011111 | 1000110 |
Color Harmonies of #7B68FB
Complementary color
Monochromatic Colors of #7B68FB
Black with #7B68FB
Text Example
Text Example
White with #7B68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B68FB; }
p { color: rgb(123,104,251); }
H1.HeaderClassName
{
color: #7B68FB;
}
.AnyTagClassName
{
color: #7B68FB;
}
</style>
background-color css
<style>
a { background-color: #7B68FB; }
a { background-color: rgb(123,104,251); }
div.DivClassName
{
background-color: #7B68FB;
}
.BgClassName
{
background-color: #7B68FB;
}
</style>
border-color css
<style>
span { border-color: #7B68FB; }
span { border-color: rgb(123,104,251); }
td.TdClassName
{
border-color: #7B68FB;
}
.TagClassName
{
border-color: #7B68FB;
}
</style>