Shades of Light Slate Blue #747EFF
Tints of Light Slate Blue #747EFF
RGB
CMYK
RGB Variations
Color information
#747EFF (or 0x747EFF) is known color: Light Slate Blue. HEX triplet: 74, 7E and FF. RGB value is (116,126,255). Sum of RGB (Red+Green+Blue) = 116+126+255=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #747EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747EFF is #8B8100. Grayscale: #898989. Windows color (decimal): -9142529 or 16744052. OLE color: 16744052.
HSL color Cylindrical-coordinate representation of color #747EFF: hue angle of 235.68º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #747EFF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 126 | 255 | - |
| CMYK | 0.55 | 0.51 | 0 | 0 |
| HSL | 235.68º | 1% | 0.73% | - |
| HSV(B) | 235.68º | 0.55% | 1% | - |
| XYZ | 32.71 | 25.85 | 97.87 | - |
| YUV | 137.72 | 194.19 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 255 | 0.55 | 0.51 | 0 | 0 | 235.68 | 1 | 0.73 |
| Hex | 74 | 7E | FF | 37 | 33 | 0 | 0 | EC | 64 | 49 |
| Octal | 164 | 176 | 377 | 67 | 63 | 0 | 0 | 354 | 144 | 111 |
| Binary | 1110100 | 1111110 | 11111111 | 110111 | 110011 | 0 | 0 | 11101100 | 1100100 | 1001001 |
Color Harmonies of #747EFF
Complementary color
Monochromatic Colors of #747EFF
Black with #747EFF
Text Example
Text Example
White with #747EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EFF; }
p { color: rgb(116,126,255); }
H1.HeaderClassName
{
color: #747EFF;
}
.AnyTagClassName
{
color: #747EFF;
}
</style>
background-color css
<style>
a { background-color: #747EFF; }
a { background-color: rgb(116,126,255); }
div.DivClassName
{
background-color: #747EFF;
}
.BgClassName
{
background-color: #747EFF;
}
</style>
border-color css
<style>
span { border-color: #747EFF; }
span { border-color: rgb(116,126,255); }
td.TdClassName
{
border-color: #747EFF;
}
.TagClassName
{
border-color: #747EFF;
}
</style>