Shades of Light Slate Blue #766BFE
Tints of Light Slate Blue #766BFE
RGB
CMYK
RGB Variations
Color information
#766BFE (or 0x766BFE) is known color: Light Slate Blue. HEX triplet: 76, 6B and FE. RGB value is (118,107,254). Sum of RGB (Red+Green+Blue) = 118+107+254=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #766BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BFE is #899401. Grayscale: #7E7E7E. Windows color (decimal): -9016322 or 16673654. OLE color: 16673654.
HSL color Cylindrical-coordinate representation of color #766BFE: hue angle of 244.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766BFE is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 107 | 254 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.00 |
| HSL | 244.49º | 0.99% | 0.71% | - |
| HSV(B) | 244.49º | 0.58% | 1% | - |
| XYZ | 30.62 | 21.52 | 96.31 | - |
| YUV | 127.05 | 199.64 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 254 | 0.54 | 0.58 | 0 | 0.00 | 244.49 | 0.99 | 0.71 |
| Hex | 76 | 6B | FE | 36 | 3A | 0 | 0 | F4 | 63 | 47 |
| Octal | 166 | 153 | 376 | 66 | 72 | 0 | 0 | 364 | 143 | 107 |
| Binary | 1110110 | 1101011 | 11111110 | 110110 | 111010 | 0 | 0 | 11110100 | 1100011 | 1000111 |
Color Harmonies of #766BFE
Complementary color
Monochromatic Colors of #766BFE
Black with #766BFE
Text Example
Text Example
White with #766BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BFE; }
p { color: rgb(118,107,254); }
H1.HeaderClassName
{
color: #766BFE;
}
.AnyTagClassName
{
color: #766BFE;
}
</style>
background-color css
<style>
a { background-color: #766BFE; }
a { background-color: rgb(118,107,254); }
div.DivClassName
{
background-color: #766BFE;
}
.BgClassName
{
background-color: #766BFE;
}
</style>
border-color css
<style>
span { border-color: #766BFE; }
span { border-color: rgb(118,107,254); }
td.TdClassName
{
border-color: #766BFE;
}
.TagClassName
{
border-color: #766BFE;
}
</style>