Shades of Light Slate Blue #7B73FE
Tints of Light Slate Blue #7B73FE
RGB
CMYK
RGB Variations
Color information
#7B73FE (or 0x7B73FE) is known color: Light Slate Blue. HEX triplet: 7B, 73 and FE. RGB value is (123,115,254). Sum of RGB (Red+Green+Blue) = 123+115+254=492 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B73FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B73FE is #848C01. Grayscale: #848484. Windows color (decimal): -8686594 or 16675707. OLE color: 16675707.
HSL color Cylindrical-coordinate representation of color #7B73FE: hue angle of 243.45º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B73FE is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 115 | 254 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.00 |
| HSL | 243.45º | 0.99% | 0.72% | - |
| HSV(B) | 243.45º | 0.55% | 1% | - |
| XYZ | 32.19 | 23.63 | 96.63 | - |
| YUV | 133.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 254 | 0.52 | 0.55 | 0 | 0.00 | 243.45 | 0.99 | 0.72 |
| Hex | 7B | 73 | FE | 34 | 37 | 0 | 0 | F3 | 63 | 48 |
| Octal | 173 | 163 | 376 | 64 | 67 | 0 | 0 | 363 | 143 | 110 |
| Binary | 1111011 | 1110011 | 11111110 | 110100 | 110111 | 0 | 0 | 11110011 | 1100011 | 1001000 |
Color Harmonies of #7B73FE
Complementary color
Monochromatic Colors of #7B73FE
Black with #7B73FE
Text Example
Text Example
White with #7B73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73FE; }
p { color: rgb(123,115,254); }
H1.HeaderClassName
{
color: #7B73FE;
}
.AnyTagClassName
{
color: #7B73FE;
}
</style>
background-color css
<style>
a { background-color: #7B73FE; }
a { background-color: rgb(123,115,254); }
div.DivClassName
{
background-color: #7B73FE;
}
.BgClassName
{
background-color: #7B73FE;
}
</style>
border-color css
<style>
span { border-color: #7B73FE; }
span { border-color: rgb(123,115,254); }
td.TdClassName
{
border-color: #7B73FE;
}
.TagClassName
{
border-color: #7B73FE;
}
</style>