Shades of Light Slate Blue #766DFE
Tints of Light Slate Blue #766DFE
RGB
CMYK
RGB Variations
Color information
#766DFE (or 0x766DFE) is known color: Light Slate Blue. HEX triplet: 76, 6D and FE. RGB value is (118,109,254). Sum of RGB (Red+Green+Blue) = 118+109+254=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #766DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DFE is #899201. Grayscale: #7F7F7F. Windows color (decimal): -9015810 or 16674166. OLE color: 16674166.
HSL color Cylindrical-coordinate representation of color #766DFE: hue angle of 243.72º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #766DFE is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 109 | 254 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.00 |
| HSL | 243.72º | 0.99% | 0.71% | - |
| HSV(B) | 243.72º | 0.57% | 1% | - |
| XYZ | 30.83 | 21.94 | 96.38 | - |
| YUV | 128.22 | 198.98 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 254 | 0.54 | 0.57 | 0 | 0.00 | 243.72 | 0.99 | 0.71 |
| Hex | 76 | 6D | FE | 36 | 39 | 0 | 0 | F4 | 63 | 47 |
| Octal | 166 | 155 | 376 | 66 | 71 | 0 | 0 | 364 | 143 | 107 |
| Binary | 1110110 | 1101101 | 11111110 | 110110 | 111001 | 0 | 0 | 11110100 | 1100011 | 1000111 |
Color Harmonies of #766DFE
Complementary color
Monochromatic Colors of #766DFE
Black with #766DFE
Text Example
Text Example
White with #766DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DFE; }
p { color: rgb(118,109,254); }
H1.HeaderClassName
{
color: #766DFE;
}
.AnyTagClassName
{
color: #766DFE;
}
</style>
background-color css
<style>
a { background-color: #766DFE; }
a { background-color: rgb(118,109,254); }
div.DivClassName
{
background-color: #766DFE;
}
.BgClassName
{
background-color: #766DFE;
}
</style>
border-color css
<style>
span { border-color: #766DFE; }
span { border-color: rgb(118,109,254); }
td.TdClassName
{
border-color: #766DFE;
}
.TagClassName
{
border-color: #766DFE;
}
</style>