Shades of Light Slate Blue #7B74F9
Tints of Light Slate Blue #7B74F9
RGB
CMYK
RGB Variations
Color information
#7B74F9 (or 0x7B74F9) is known color: Light Slate Blue. HEX triplet: 7B, 74 and F9. RGB value is (123,116,249). Sum of RGB (Red+Green+Blue) = 123+116+249=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B74F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B74F9 is #848B06. Grayscale: #848484. Windows color (decimal): -8686343 or 16348283. OLE color: 16348283.
HSL color Cylindrical-coordinate representation of color #7B74F9: hue angle of 243.16º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B74F9 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 116 | 249 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.02 |
| HSL | 243.16º | 0.92% | 0.72% | - |
| HSV(B) | 243.16º | 0.53% | 0.98% | - |
| XYZ | 31.51 | 23.54 | 92.51 | - |
| YUV | 133.26 | 193.32 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 249 | 0.51 | 0.53 | 0 | 0.02 | 243.16 | 0.92 | 0.72 |
| Hex | 7B | 74 | F9 | 33 | 35 | 0 | 2 | F3 | 5C | 48 |
| Octal | 173 | 164 | 371 | 63 | 65 | 0 | 2 | 363 | 134 | 110 |
| Binary | 1111011 | 1110100 | 11111001 | 110011 | 110101 | 0 | 10 | 11110011 | 1011100 | 1001000 |
Color Harmonies of #7B74F9
Complementary color
Monochromatic Colors of #7B74F9
Black with #7B74F9
Text Example
Text Example
White with #7B74F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B74F9; }
p { color: rgb(123,116,249); }
H1.HeaderClassName
{
color: #7B74F9;
}
.AnyTagClassName
{
color: #7B74F9;
}
</style>
background-color css
<style>
a { background-color: #7B74F9; }
a { background-color: rgb(123,116,249); }
div.DivClassName
{
background-color: #7B74F9;
}
.BgClassName
{
background-color: #7B74F9;
}
</style>
border-color css
<style>
span { border-color: #7B74F9; }
span { border-color: rgb(123,116,249); }
td.TdClassName
{
border-color: #7B74F9;
}
.TagClassName
{
border-color: #7B74F9;
}
</style>