Shades of Light Slate Blue #766FFD
Tints of Light Slate Blue #766FFD
RGB
CMYK
RGB Variations
Color information
#766FFD (or 0x766FFD) is known color: Light Slate Blue. HEX triplet: 76, 6F and FD. RGB value is (118,111,253). Sum of RGB (Red+Green+Blue) = 118+111+253=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #766FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FFD is #899002. Grayscale: #808080. Windows color (decimal): -9015299 or 16609142. OLE color: 16609142.
HSL color Cylindrical-coordinate representation of color #766FFD: hue angle of 242.96º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766FFD is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 111 | 253 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.01 |
| HSL | 242.96º | 0.97% | 0.71% | - |
| HSV(B) | 242.96º | 0.56% | 0.99% | - |
| XYZ | 30.89 | 22.31 | 95.61 | - |
| YUV | 129.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 253 | 0.53 | 0.56 | 0 | 0.01 | 242.96 | 0.97 | 0.71 |
| Hex | 76 | 6F | FD | 35 | 38 | 0 | 1 | F3 | 61 | 47 |
| Octal | 166 | 157 | 375 | 65 | 70 | 0 | 1 | 363 | 141 | 107 |
| Binary | 1110110 | 1101111 | 11111101 | 110101 | 111000 | 0 | 1 | 11110011 | 1100001 | 1000111 |
Color Harmonies of #766FFD
Complementary color
Monochromatic Colors of #766FFD
Black with #766FFD
Text Example
Text Example
White with #766FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FFD; }
p { color: rgb(118,111,253); }
H1.HeaderClassName
{
color: #766FFD;
}
.AnyTagClassName
{
color: #766FFD;
}
</style>
background-color css
<style>
a { background-color: #766FFD; }
a { background-color: rgb(118,111,253); }
div.DivClassName
{
background-color: #766FFD;
}
.BgClassName
{
background-color: #766FFD;
}
</style>
border-color css
<style>
span { border-color: #766FFD; }
span { border-color: rgb(118,111,253); }
td.TdClassName
{
border-color: #766FFD;
}
.TagClassName
{
border-color: #766FFD;
}
</style>