Shades of Light Slate Blue #746FFC
Tints of Light Slate Blue #746FFC
RGB
CMYK
RGB Variations
Color information
#746FFC (or 0x746FFC) is known color: Light Slate Blue. HEX triplet: 74, 6F and FC. RGB value is (116,111,252). Sum of RGB (Red+Green+Blue) = 116+111+252=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #746FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746FFC is #8B9003. Grayscale: #808080. Windows color (decimal): -9146372 or 16543604. OLE color: 16543604.
HSL color Cylindrical-coordinate representation of color #746FFC: hue angle of 242.13º degrees, saturation: 0.96, 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 #746FFC is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 111 | 252 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.01 |
| HSL | 242.13º | 0.96% | 0.71% | - |
| HSV(B) | 242.13º | 0.56% | 0.99% | - |
| XYZ | 30.46 | 22.11 | 94.76 | - |
| YUV | 128.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 252 | 0.54 | 0.56 | 0 | 0.01 | 242.13 | 0.96 | 0.71 |
| Hex | 74 | 6F | FC | 36 | 38 | 0 | 1 | F2 | 60 | 47 |
| Octal | 164 | 157 | 374 | 66 | 70 | 0 | 1 | 362 | 140 | 107 |
| Binary | 1110100 | 1101111 | 11111100 | 110110 | 111000 | 0 | 1 | 11110010 | 1100000 | 1000111 |
Color Harmonies of #746FFC
Complementary color
Monochromatic Colors of #746FFC
Black with #746FFC
Text Example
Text Example
White with #746FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FFC; }
p { color: rgb(116,111,252); }
H1.HeaderClassName
{
color: #746FFC;
}
.AnyTagClassName
{
color: #746FFC;
}
</style>
background-color css
<style>
a { background-color: #746FFC; }
a { background-color: rgb(116,111,252); }
div.DivClassName
{
background-color: #746FFC;
}
.BgClassName
{
background-color: #746FFC;
}
</style>
border-color css
<style>
span { border-color: #746FFC; }
span { border-color: rgb(116,111,252); }
td.TdClassName
{
border-color: #746FFC;
}
.TagClassName
{
border-color: #746FFC;
}
</style>