Shades of Light Slate Blue #746CFD
Tints of Light Slate Blue #746CFD
RGB
CMYK
RGB Variations
Color information
#746CFD (or 0x746CFD) is known color: Light Slate Blue. HEX triplet: 74, 6C and FD. RGB value is (116,108,253). Sum of RGB (Red+Green+Blue) = 116+108+253=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #746CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746CFD is #8B9302. Grayscale: #7E7E7E. Windows color (decimal): -9147139 or 16608372. OLE color: 16608372.
HSL color Cylindrical-coordinate representation of color #746CFD: hue angle of 243.31º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #746CFD is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 108 | 253 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.01 |
| HSL | 243.31º | 0.97% | 0.71% | - |
| HSV(B) | 243.31º | 0.57% | 0.99% | - |
| XYZ | 30.29 | 21.53 | 95.49 | - |
| YUV | 126.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 253 | 0.54 | 0.57 | 0 | 0.01 | 243.31 | 0.97 | 0.71 |
| Hex | 74 | 6C | FD | 36 | 39 | 0 | 1 | F3 | 61 | 47 |
| Octal | 164 | 154 | 375 | 66 | 71 | 0 | 1 | 363 | 141 | 107 |
| Binary | 1110100 | 1101100 | 11111101 | 110110 | 111001 | 0 | 1 | 11110011 | 1100001 | 1000111 |
Color Harmonies of #746CFD
Complementary color
Monochromatic Colors of #746CFD
Black with #746CFD
Text Example
Text Example
White with #746CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CFD; }
p { color: rgb(116,108,253); }
H1.HeaderClassName
{
color: #746CFD;
}
.AnyTagClassName
{
color: #746CFD;
}
</style>
background-color css
<style>
a { background-color: #746CFD; }
a { background-color: rgb(116,108,253); }
div.DivClassName
{
background-color: #746CFD;
}
.BgClassName
{
background-color: #746CFD;
}
</style>
border-color css
<style>
span { border-color: #746CFD; }
span { border-color: rgb(116,108,253); }
td.TdClassName
{
border-color: #746CFD;
}
.TagClassName
{
border-color: #746CFD;
}
</style>