Shades of Light Slate Blue #747EFB
Tints of Light Slate Blue #747EFB
RGB
CMYK
RGB Variations
Color information
#747EFB (or 0x747EFB) is known color: Light Slate Blue. HEX triplet: 74, 7E and FB. RGB value is (116,126,251). Sum of RGB (Red+Green+Blue) = 116+126+251=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #747EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747EFB is #8B8104. Grayscale: #888888. Windows color (decimal): -9142533 or 16481908. OLE color: 16481908.
HSL color Cylindrical-coordinate representation of color #747EFB: hue angle of 235.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747EFB is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 126 | 251 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.02 |
| HSL | 235.56º | 0.94% | 0.72% | - |
| HSV(B) | 235.56º | 0.54% | 0.98% | - |
| XYZ | 32.08 | 25.6 | 94.52 | - |
| YUV | 137.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 251 | 0.54 | 0.50 | 0 | 0.02 | 235.56 | 0.94 | 0.72 |
| Hex | 74 | 7E | FB | 36 | 32 | 0 | 2 | EC | 5E | 48 |
| Octal | 164 | 176 | 373 | 66 | 62 | 0 | 2 | 354 | 136 | 110 |
| Binary | 1110100 | 1111110 | 11111011 | 110110 | 110010 | 0 | 10 | 11101100 | 1011110 | 1001000 |
Color Harmonies of #747EFB
Complementary color
Monochromatic Colors of #747EFB
Black with #747EFB
Text Example
Text Example
White with #747EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EFB; }
p { color: rgb(116,126,251); }
H1.HeaderClassName
{
color: #747EFB;
}
.AnyTagClassName
{
color: #747EFB;
}
</style>
background-color css
<style>
a { background-color: #747EFB; }
a { background-color: rgb(116,126,251); }
div.DivClassName
{
background-color: #747EFB;
}
.BgClassName
{
background-color: #747EFB;
}
</style>
border-color css
<style>
span { border-color: #747EFB; }
span { border-color: rgb(116,126,251); }
td.TdClassName
{
border-color: #747EFB;
}
.TagClassName
{
border-color: #747EFB;
}
</style>