Shades of Light Slate Blue #747FFE
Tints of Light Slate Blue #747FFE
RGB
CMYK
RGB Variations
Color information
#747FFE (or 0x747FFE) is known color: Light Slate Blue. HEX triplet: 74, 7F and FE. RGB value is (116,127,254). Sum of RGB (Red+Green+Blue) = 116+127+254=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #747FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747FFE is #8B8001. Grayscale: #898989. Windows color (decimal): -9142274 or 16678772. OLE color: 16678772.
HSL color Cylindrical-coordinate representation of color #747FFE: hue angle of 235.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747FFE is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 127 | 254 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.00 |
| HSL | 235.22º | 0.99% | 0.73% | - |
| HSV(B) | 235.22º | 0.54% | 1% | - |
| XYZ | 32.68 | 26.05 | 97.07 | - |
| YUV | 138.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 254 | 0.54 | 0.50 | 0 | 0.00 | 235.22 | 0.99 | 0.73 |
| Hex | 74 | 7F | FE | 36 | 32 | 0 | 0 | EB | 63 | 49 |
| Octal | 164 | 177 | 376 | 66 | 62 | 0 | 0 | 353 | 143 | 111 |
| Binary | 1110100 | 1111111 | 11111110 | 110110 | 110010 | 0 | 0 | 11101011 | 1100011 | 1001001 |
Color Harmonies of #747FFE
Complementary color
Monochromatic Colors of #747FFE
Black with #747FFE
Text Example
Text Example
White with #747FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FFE; }
p { color: rgb(116,127,254); }
H1.HeaderClassName
{
color: #747FFE;
}
.AnyTagClassName
{
color: #747FFE;
}
</style>
background-color css
<style>
a { background-color: #747FFE; }
a { background-color: rgb(116,127,254); }
div.DivClassName
{
background-color: #747FFE;
}
.BgClassName
{
background-color: #747FFE;
}
</style>
border-color css
<style>
span { border-color: #747FFE; }
span { border-color: rgb(116,127,254); }
td.TdClassName
{
border-color: #747FFE;
}
.TagClassName
{
border-color: #747FFE;
}
</style>