Shades of Light Slate Blue #746CFF
Tints of Light Slate Blue #746CFF
RGB
CMYK
RGB Variations
Color information
#746CFF (or 0x746CFF) is known color: Light Slate Blue. HEX triplet: 74, 6C and FF. RGB value is (116,108,255). Sum of RGB (Red+Green+Blue) = 116+108+255=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #746CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746CFF is #8B9300. Grayscale: #7E7E7E. Windows color (decimal): -9147137 or 16739444. OLE color: 16739444.
HSL color Cylindrical-coordinate representation of color #746CFF: hue angle of 243.27º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #746CFF is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 108 | 255 | - |
| CMYK | 0.55 | 0.58 | 0 | 0 |
| HSL | 243.27º | 1% | 0.71% | - |
| HSV(B) | 243.27º | 0.58% | 1% | - |
| XYZ | 30.62 | 21.66 | 97.17 | - |
| YUV | 127.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 255 | 0.55 | 0.58 | 0 | 0 | 243.27 | 1 | 0.71 |
| Hex | 74 | 6C | FF | 37 | 3A | 0 | 0 | F3 | 64 | 47 |
| Octal | 164 | 154 | 377 | 67 | 72 | 0 | 0 | 363 | 144 | 107 |
| Binary | 1110100 | 1101100 | 11111111 | 110111 | 111010 | 0 | 0 | 11110011 | 1100100 | 1000111 |
Color Harmonies of #746CFF
Complementary color
Monochromatic Colors of #746CFF
Black with #746CFF
Text Example
Text Example
White with #746CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CFF; }
p { color: rgb(116,108,255); }
H1.HeaderClassName
{
color: #746CFF;
}
.AnyTagClassName
{
color: #746CFF;
}
</style>
background-color css
<style>
a { background-color: #746CFF; }
a { background-color: rgb(116,108,255); }
div.DivClassName
{
background-color: #746CFF;
}
.BgClassName
{
background-color: #746CFF;
}
</style>
border-color css
<style>
span { border-color: #746CFF; }
span { border-color: rgb(116,108,255); }
td.TdClassName
{
border-color: #746CFF;
}
.TagClassName
{
border-color: #746CFF;
}
</style>