Shades of Light Slate Blue #746FFD
Tints of Light Slate Blue #746FFD
RGB
CMYK
RGB Variations
Color information
#746FFD (or 0x746FFD) is known color: Light Slate Blue. HEX triplet: 74, 6F and FD. RGB value is (116,111,253). Sum of RGB (Red+Green+Blue) = 116+111+253=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #746FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746FFD is #8B9002. Grayscale: #808080. Windows color (decimal): -9146371 or 16609140. OLE color: 16609140.
HSL color Cylindrical-coordinate representation of color #746FFD: hue angle of 242.11º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746FFD is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 111 | 253 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.01 |
| HSL | 242.11º | 0.97% | 0.71% | - |
| HSV(B) | 242.11º | 0.56% | 0.99% | - |
| XYZ | 30.62 | 22.17 | 95.59 | - |
| YUV | 128.68 | 198.16 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 253 | 0.54 | 0.56 | 0 | 0.01 | 242.11 | 0.97 | 0.71 |
| Hex | 74 | 6F | FD | 36 | 38 | 0 | 1 | F2 | 61 | 47 |
| Octal | 164 | 157 | 375 | 66 | 70 | 0 | 1 | 362 | 141 | 107 |
| Binary | 1110100 | 1101111 | 11111101 | 110110 | 111000 | 0 | 1 | 11110010 | 1100001 | 1000111 |
Color Harmonies of #746FFD
Complementary color
Monochromatic Colors of #746FFD
Black with #746FFD
Text Example
Text Example
White with #746FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FFD; }
p { color: rgb(116,111,253); }
H1.HeaderClassName
{
color: #746FFD;
}
.AnyTagClassName
{
color: #746FFD;
}
</style>
background-color css
<style>
a { background-color: #746FFD; }
a { background-color: rgb(116,111,253); }
div.DivClassName
{
background-color: #746FFD;
}
.BgClassName
{
background-color: #746FFD;
}
</style>
border-color css
<style>
span { border-color: #746FFD; }
span { border-color: rgb(116,111,253); }
td.TdClassName
{
border-color: #746FFD;
}
.TagClassName
{
border-color: #746FFD;
}
</style>