Shades of Light Slate Blue #7B73F8
Tints of Light Slate Blue #7B73F8
RGB
CMYK
RGB Variations
Color information
#7B73F8 (or 0x7B73F8) is known color: Light Slate Blue. HEX triplet: 7B, 73 and F8. RGB value is (123,115,248). Sum of RGB (Red+Green+Blue) = 123+115+248=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #7B73F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B73F8 is #848C07. Grayscale: #848484. Windows color (decimal): -8686600 or 16282491. OLE color: 16282491.
HSL color Cylindrical-coordinate representation of color #7B73F8: hue angle of 243.61º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B73F8 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 115 | 248 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.03 |
| HSL | 243.61º | 0.9% | 0.71% | - |
| HSV(B) | 243.61º | 0.54% | 0.97% | - |
| XYZ | 31.24 | 23.25 | 91.65 | - |
| YUV | 132.55 | 193.15 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 248 | 0.50 | 0.54 | 0 | 0.03 | 243.61 | 0.9 | 0.71 |
| Hex | 7B | 73 | F8 | 32 | 36 | 0 | 3 | F4 | 5A | 47 |
| Octal | 173 | 163 | 370 | 62 | 66 | 0 | 3 | 364 | 132 | 107 |
| Binary | 1111011 | 1110011 | 11111000 | 110010 | 110110 | 0 | 11 | 11110100 | 1011010 | 1000111 |
Color Harmonies of #7B73F8
Complementary color
Monochromatic Colors of #7B73F8
Black with #7B73F8
Text Example
Text Example
White with #7B73F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73F8; }
p { color: rgb(123,115,248); }
H1.HeaderClassName
{
color: #7B73F8;
}
.AnyTagClassName
{
color: #7B73F8;
}
</style>
background-color css
<style>
a { background-color: #7B73F8; }
a { background-color: rgb(123,115,248); }
div.DivClassName
{
background-color: #7B73F8;
}
.BgClassName
{
background-color: #7B73F8;
}
</style>
border-color css
<style>
span { border-color: #7B73F8; }
span { border-color: rgb(123,115,248); }
td.TdClassName
{
border-color: #7B73F8;
}
.TagClassName
{
border-color: #7B73F8;
}
</style>