Shades of Light Slate Blue #747CFC
Tints of Light Slate Blue #747CFC
RGB
CMYK
RGB Variations
Color information
#747CFC (or 0x747CFC) is known color: Light Slate Blue. HEX triplet: 74, 7C and FC. RGB value is (116,124,252). Sum of RGB (Red+Green+Blue) = 116+124+252=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #747CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747CFC is #8B8303. Grayscale: #878787. Windows color (decimal): -9143044 or 16546932. OLE color: 16546932.
HSL color Cylindrical-coordinate representation of color #747CFC: hue angle of 236.47º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747CFC is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 124 | 252 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.01 |
| HSL | 236.47º | 0.96% | 0.72% | - |
| HSV(B) | 236.47º | 0.54% | 0.99% | - |
| XYZ | 31.98 | 25.16 | 95.27 | - |
| YUV | 136.2 | 193.35 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 252 | 0.54 | 0.51 | 0 | 0.01 | 236.47 | 0.96 | 0.72 |
| Hex | 74 | 7C | FC | 36 | 33 | 0 | 1 | EC | 60 | 48 |
| Octal | 164 | 174 | 374 | 66 | 63 | 0 | 1 | 354 | 140 | 110 |
| Binary | 1110100 | 1111100 | 11111100 | 110110 | 110011 | 0 | 1 | 11101100 | 1100000 | 1001000 |
Color Harmonies of #747CFC
Complementary color
Monochromatic Colors of #747CFC
Black with #747CFC
Text Example
Text Example
White with #747CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CFC; }
p { color: rgb(116,124,252); }
H1.HeaderClassName
{
color: #747CFC;
}
.AnyTagClassName
{
color: #747CFC;
}
</style>
background-color css
<style>
a { background-color: #747CFC; }
a { background-color: rgb(116,124,252); }
div.DivClassName
{
background-color: #747CFC;
}
.BgClassName
{
background-color: #747CFC;
}
</style>
border-color css
<style>
span { border-color: #747CFC; }
span { border-color: rgb(116,124,252); }
td.TdClassName
{
border-color: #747CFC;
}
.TagClassName
{
border-color: #747CFC;
}
</style>