Shades of Light Slate Blue #766CFF
Tints of Light Slate Blue #766CFF
RGB
CMYK
RGB Variations
Color information
#766CFF (or 0x766CFF) is known color: Light Slate Blue. HEX triplet: 76, 6C and FF. RGB value is (118,108,255). Sum of RGB (Red+Green+Blue) = 118+108+255=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #766CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CFF is #899300. Grayscale: #7F7F7F. Windows color (decimal): -9016065 or 16739446. OLE color: 16739446.
HSL color Cylindrical-coordinate representation of color #766CFF: hue angle of 244.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766CFF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 108 | 255 | - |
| CMYK | 0.54 | 0.58 | 0 | 0 |
| HSL | 244.08º | 1% | 0.71% | - |
| HSV(B) | 244.08º | 0.58% | 1% | - |
| XYZ | 30.88 | 21.8 | 97.19 | - |
| YUV | 127.75 | 199.81 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 255 | 0.54 | 0.58 | 0 | 0 | 244.08 | 1 | 0.71 |
| Hex | 76 | 6C | FF | 36 | 3A | 0 | 0 | F4 | 64 | 47 |
| Octal | 166 | 154 | 377 | 66 | 72 | 0 | 0 | 364 | 144 | 107 |
| Binary | 1110110 | 1101100 | 11111111 | 110110 | 111010 | 0 | 0 | 11110100 | 1100100 | 1000111 |
Color Harmonies of #766CFF
Complementary color
Monochromatic Colors of #766CFF
Black with #766CFF
Text Example
Text Example
White with #766CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CFF; }
p { color: rgb(118,108,255); }
H1.HeaderClassName
{
color: #766CFF;
}
.AnyTagClassName
{
color: #766CFF;
}
</style>
background-color css
<style>
a { background-color: #766CFF; }
a { background-color: rgb(118,108,255); }
div.DivClassName
{
background-color: #766CFF;
}
.BgClassName
{
background-color: #766CFF;
}
</style>
border-color css
<style>
span { border-color: #766CFF; }
span { border-color: rgb(118,108,255); }
td.TdClassName
{
border-color: #766CFF;
}
.TagClassName
{
border-color: #766CFF;
}
</style>