Shades of Light Slate Blue #766FFE
Tints of Light Slate Blue #766FFE
RGB
CMYK
RGB Variations
Color information
#766FFE (or 0x766FFE) is known color: Light Slate Blue. HEX triplet: 76, 6F and FE. RGB value is (118,111,254). Sum of RGB (Red+Green+Blue) = 118+111+254=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #766FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FFE is #899001. Grayscale: #808080. Windows color (decimal): -9015298 or 16674678. OLE color: 16674678.
HSL color Cylindrical-coordinate representation of color #766FFE: hue angle of 242.94º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766FFE is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 111 | 254 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.00 |
| HSL | 242.94º | 0.99% | 0.72% | - |
| HSV(B) | 242.94º | 0.56% | 1% | - |
| XYZ | 31.05 | 22.38 | 96.45 | - |
| YUV | 129.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 254 | 0.54 | 0.56 | 0 | 0.00 | 242.94 | 0.99 | 0.72 |
| Hex | 76 | 6F | FE | 36 | 38 | 0 | 0 | F3 | 63 | 48 |
| Octal | 166 | 157 | 376 | 66 | 70 | 0 | 0 | 363 | 143 | 110 |
| Binary | 1110110 | 1101111 | 11111110 | 110110 | 111000 | 0 | 0 | 11110011 | 1100011 | 1001000 |
Color Harmonies of #766FFE
Complementary color
Monochromatic Colors of #766FFE
Black with #766FFE
Text Example
Text Example
White with #766FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FFE; }
p { color: rgb(118,111,254); }
H1.HeaderClassName
{
color: #766FFE;
}
.AnyTagClassName
{
color: #766FFE;
}
</style>
background-color css
<style>
a { background-color: #766FFE; }
a { background-color: rgb(118,111,254); }
div.DivClassName
{
background-color: #766FFE;
}
.BgClassName
{
background-color: #766FFE;
}
</style>
border-color css
<style>
span { border-color: #766FFE; }
span { border-color: rgb(118,111,254); }
td.TdClassName
{
border-color: #766FFE;
}
.TagClassName
{
border-color: #766FFE;
}
</style>