Shades of Light Slate Blue #747DFF
Tints of Light Slate Blue #747DFF
RGB
CMYK
RGB Variations
Color information
#747DFF (or 0x747DFF) is known color: Light Slate Blue. HEX triplet: 74, 7D and FF. RGB value is (116,125,255). Sum of RGB (Red+Green+Blue) = 116+125+255=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #747DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747DFF is #8B8200. Grayscale: #888888. Windows color (decimal): -9142785 or 16743796. OLE color: 16743796.
HSL color Cylindrical-coordinate representation of color #747DFF: hue angle of 236.12º 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 #747DFF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 125 | 255 | - |
| CMYK | 0.55 | 0.51 | 0 | 0 |
| HSL | 236.12º | 1% | 0.73% | - |
| HSV(B) | 236.12º | 0.55% | 1% | - |
| XYZ | 32.59 | 25.6 | 97.83 | - |
| YUV | 137.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 255 | 0.55 | 0.51 | 0 | 0 | 236.12 | 1 | 0.73 |
| Hex | 74 | 7D | FF | 37 | 33 | 0 | 0 | EC | 64 | 49 |
| Octal | 164 | 175 | 377 | 67 | 63 | 0 | 0 | 354 | 144 | 111 |
| Binary | 1110100 | 1111101 | 11111111 | 110111 | 110011 | 0 | 0 | 11101100 | 1100100 | 1001001 |
Color Harmonies of #747DFF
Complementary color
Monochromatic Colors of #747DFF
Black with #747DFF
Text Example
Text Example
White with #747DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DFF; }
p { color: rgb(116,125,255); }
H1.HeaderClassName
{
color: #747DFF;
}
.AnyTagClassName
{
color: #747DFF;
}
</style>
background-color css
<style>
a { background-color: #747DFF; }
a { background-color: rgb(116,125,255); }
div.DivClassName
{
background-color: #747DFF;
}
.BgClassName
{
background-color: #747DFF;
}
</style>
border-color css
<style>
span { border-color: #747DFF; }
span { border-color: rgb(116,125,255); }
td.TdClassName
{
border-color: #747DFF;
}
.TagClassName
{
border-color: #747DFF;
}
</style>