Shades of Light Slate Blue #7B74FA
Tints of Light Slate Blue #7B74FA
RGB
CMYK
RGB Variations
Color information
#7B74FA (or 0x7B74FA) is known color: Light Slate Blue. HEX triplet: 7B, 74 and FA. RGB value is (123,116,250). Sum of RGB (Red+Green+Blue) = 123+116+250=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B74FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B74FA is #848B05. Grayscale: #848484. Windows color (decimal): -8686342 or 16413819. OLE color: 16413819.
HSL color Cylindrical-coordinate representation of color #7B74FA: hue angle of 243.13º degrees, saturation: 0.93, 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 #7B74FA is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 116 | 250 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.02 |
| HSL | 243.13º | 0.93% | 0.72% | - |
| HSV(B) | 243.13º | 0.54% | 0.98% | - |
| XYZ | 31.67 | 23.6 | 93.33 | - |
| YUV | 133.37 | 193.82 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 250 | 0.51 | 0.54 | 0 | 0.02 | 243.13 | 0.93 | 0.72 |
| Hex | 7B | 74 | FA | 33 | 36 | 0 | 2 | F3 | 5D | 48 |
| Octal | 173 | 164 | 372 | 63 | 66 | 0 | 2 | 363 | 135 | 110 |
| Binary | 1111011 | 1110100 | 11111010 | 110011 | 110110 | 0 | 10 | 11110011 | 1011101 | 1001000 |
Color Harmonies of #7B74FA
Complementary color
Monochromatic Colors of #7B74FA
Black with #7B74FA
Text Example
Text Example
White with #7B74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B74FA; }
p { color: rgb(123,116,250); }
H1.HeaderClassName
{
color: #7B74FA;
}
.AnyTagClassName
{
color: #7B74FA;
}
</style>
background-color css
<style>
a { background-color: #7B74FA; }
a { background-color: rgb(123,116,250); }
div.DivClassName
{
background-color: #7B74FA;
}
.BgClassName
{
background-color: #7B74FA;
}
</style>
border-color css
<style>
span { border-color: #7B74FA; }
span { border-color: rgb(123,116,250); }
td.TdClassName
{
border-color: #7B74FA;
}
.TagClassName
{
border-color: #7B74FA;
}
</style>