Shades of Light Slate Blue #7B73F9
Tints of Light Slate Blue #7B73F9
RGB
CMYK
RGB Variations
Color information
#7B73F9 (or 0x7B73F9) is known color: Light Slate Blue. HEX triplet: 7B, 73 and F9. RGB value is (123,115,249). Sum of RGB (Red+Green+Blue) = 123+115+249=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B73F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B73F9 is #848C06. Grayscale: #848484. Windows color (decimal): -8686599 or 16348027. OLE color: 16348027.
HSL color Cylindrical-coordinate representation of color #7B73F9: hue angle of 243.58º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B73F9 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 115 | 249 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.02 |
| HSL | 243.58º | 0.92% | 0.71% | - |
| HSV(B) | 243.58º | 0.54% | 0.98% | - |
| XYZ | 31.4 | 23.31 | 92.47 | - |
| YUV | 132.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 249 | 0.51 | 0.54 | 0 | 0.02 | 243.58 | 0.92 | 0.71 |
| Hex | 7B | 73 | F9 | 33 | 36 | 0 | 2 | F4 | 5C | 47 |
| Octal | 173 | 163 | 371 | 63 | 66 | 0 | 2 | 364 | 134 | 107 |
| Binary | 1111011 | 1110011 | 11111001 | 110011 | 110110 | 0 | 10 | 11110100 | 1011100 | 1000111 |
Color Harmonies of #7B73F9
Complementary color
Monochromatic Colors of #7B73F9
Black with #7B73F9
Text Example
Text Example
White with #7B73F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73F9; }
p { color: rgb(123,115,249); }
H1.HeaderClassName
{
color: #7B73F9;
}
.AnyTagClassName
{
color: #7B73F9;
}
</style>
background-color css
<style>
a { background-color: #7B73F9; }
a { background-color: rgb(123,115,249); }
div.DivClassName
{
background-color: #7B73F9;
}
.BgClassName
{
background-color: #7B73F9;
}
</style>
border-color css
<style>
span { border-color: #7B73F9; }
span { border-color: rgb(123,115,249); }
td.TdClassName
{
border-color: #7B73F9;
}
.TagClassName
{
border-color: #7B73F9;
}
</style>