Shades of Light Slate Blue #7B73FB
Tints of Light Slate Blue #7B73FB
RGB
CMYK
RGB Variations
Color information
#7B73FB (or 0x7B73FB) is known color: Light Slate Blue. HEX triplet: 7B, 73 and FB. RGB value is (123,115,251). Sum of RGB (Red+Green+Blue) = 123+115+251=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B73FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B73FB is #848C04. Grayscale: #848484. Windows color (decimal): -8686597 or 16479099. OLE color: 16479099.
HSL color Cylindrical-coordinate representation of color #7B73FB: hue angle of 243.53º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B73FB is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 115 | 251 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.02 |
| HSL | 243.53º | 0.94% | 0.72% | - |
| HSV(B) | 243.53º | 0.54% | 0.98% | - |
| XYZ | 31.71 | 23.44 | 94.12 | - |
| YUV | 132.9 | 194.65 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 251 | 0.51 | 0.54 | 0 | 0.02 | 243.53 | 0.94 | 0.72 |
| Hex | 7B | 73 | FB | 33 | 36 | 0 | 2 | F4 | 5E | 48 |
| Octal | 173 | 163 | 373 | 63 | 66 | 0 | 2 | 364 | 136 | 110 |
| Binary | 1111011 | 1110011 | 11111011 | 110011 | 110110 | 0 | 10 | 11110100 | 1011110 | 1001000 |
Color Harmonies of #7B73FB
Complementary color
Monochromatic Colors of #7B73FB
Black with #7B73FB
Text Example
Text Example
White with #7B73FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73FB; }
p { color: rgb(123,115,251); }
H1.HeaderClassName
{
color: #7B73FB;
}
.AnyTagClassName
{
color: #7B73FB;
}
</style>
background-color css
<style>
a { background-color: #7B73FB; }
a { background-color: rgb(123,115,251); }
div.DivClassName
{
background-color: #7B73FB;
}
.BgClassName
{
background-color: #7B73FB;
}
</style>
border-color css
<style>
span { border-color: #7B73FB; }
span { border-color: rgb(123,115,251); }
td.TdClassName
{
border-color: #7B73FB;
}
.TagClassName
{
border-color: #7B73FB;
}
</style>