Shades of Light Slate Blue #747FFF
Tints of Light Slate Blue #747FFF
RGB
CMYK
RGB Variations
Color information
#747FFF (or 0x747FFF) is known color: Light Slate Blue. HEX triplet: 74, 7F and FF. RGB value is (116,127,255). Sum of RGB (Red+Green+Blue) = 116+127+255=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #747FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747FFF is #8B8000. Grayscale: #898989. Windows color (decimal): -9142273 or 16744308. OLE color: 16744308.
HSL color Cylindrical-coordinate representation of color #747FFF: hue angle of 235.25º 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 #747FFF is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 127 | 255 | - |
| CMYK | 0.55 | 0.50 | 0 | 0 |
| HSL | 235.25º | 1% | 0.73% | - |
| HSV(B) | 235.25º | 0.55% | 1% | - |
| XYZ | 32.84 | 26.11 | 97.92 | - |
| YUV | 138.3 | 193.86 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 255 | 0.55 | 0.50 | 0 | 0 | 235.25 | 1 | 0.73 |
| Hex | 74 | 7F | FF | 37 | 32 | 0 | 0 | EB | 64 | 49 |
| Octal | 164 | 177 | 377 | 67 | 62 | 0 | 0 | 353 | 144 | 111 |
| Binary | 1110100 | 1111111 | 11111111 | 110111 | 110010 | 0 | 0 | 11101011 | 1100100 | 1001001 |
Color Harmonies of #747FFF
Complementary color
Monochromatic Colors of #747FFF
Black with #747FFF
Text Example
Text Example
White with #747FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FFF; }
p { color: rgb(116,127,255); }
H1.HeaderClassName
{
color: #747FFF;
}
.AnyTagClassName
{
color: #747FFF;
}
</style>
background-color css
<style>
a { background-color: #747FFF; }
a { background-color: rgb(116,127,255); }
div.DivClassName
{
background-color: #747FFF;
}
.BgClassName
{
background-color: #747FFF;
}
</style>
border-color css
<style>
span { border-color: #747FFF; }
span { border-color: rgb(116,127,255); }
td.TdClassName
{
border-color: #747FFF;
}
.TagClassName
{
border-color: #747FFF;
}
</style>