Shades of Light Slate Blue #746EFF
Tints of Light Slate Blue #746EFF
RGB
CMYK
RGB Variations
Color information
#746EFF (or 0x746EFF) is known color: Light Slate Blue. HEX triplet: 74, 6E and FF. RGB value is (116,110,255). Sum of RGB (Red+Green+Blue) = 116+110+255=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #746EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746EFF is #8B9100. Grayscale: #7F7F7F. Windows color (decimal): -9146625 or 16739956. OLE color: 16739956.
HSL color Cylindrical-coordinate representation of color #746EFF: hue angle of 242.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #746EFF is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 110 | 255 | - |
| CMYK | 0.55 | 0.57 | 0 | 0 |
| HSL | 242.48º | 1% | 0.72% | - |
| HSV(B) | 242.48º | 0.57% | 1% | - |
| XYZ | 30.83 | 22.08 | 97.25 | - |
| YUV | 128.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 255 | 0.55 | 0.57 | 0 | 0 | 242.48 | 1 | 0.72 |
| Hex | 74 | 6E | FF | 37 | 39 | 0 | 0 | F2 | 64 | 48 |
| Octal | 164 | 156 | 377 | 67 | 71 | 0 | 0 | 362 | 144 | 110 |
| Binary | 1110100 | 1101110 | 11111111 | 110111 | 111001 | 0 | 0 | 11110010 | 1100100 | 1001000 |
Color Harmonies of #746EFF
Complementary color
Monochromatic Colors of #746EFF
Black with #746EFF
Text Example
Text Example
White with #746EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746EFF; }
p { color: rgb(116,110,255); }
H1.HeaderClassName
{
color: #746EFF;
}
.AnyTagClassName
{
color: #746EFF;
}
</style>
background-color css
<style>
a { background-color: #746EFF; }
a { background-color: rgb(116,110,255); }
div.DivClassName
{
background-color: #746EFF;
}
.BgClassName
{
background-color: #746EFF;
}
</style>
border-color css
<style>
span { border-color: #746EFF; }
span { border-color: rgb(116,110,255); }
td.TdClassName
{
border-color: #746EFF;
}
.TagClassName
{
border-color: #746EFF;
}
</style>