Shades of Light Slate Blue #766BFD
Tints of Light Slate Blue #766BFD
RGB
CMYK
RGB Variations
Color information
#766BFD (or 0x766BFD) is known color: Light Slate Blue. HEX triplet: 76, 6B and FD. RGB value is (118,107,253). Sum of RGB (Red+Green+Blue) = 118+107+253=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #766BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BFD is #899402. Grayscale: #7E7E7E. Windows color (decimal): -9016323 or 16608118. OLE color: 16608118.
HSL color Cylindrical-coordinate representation of color #766BFD: hue angle of 244.52º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766BFD is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 107 | 253 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.01 |
| HSL | 244.52º | 0.97% | 0.71% | - |
| HSV(B) | 244.52º | 0.58% | 0.99% | - |
| XYZ | 30.46 | 21.46 | 95.47 | - |
| YUV | 126.93 | 199.14 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 253 | 0.53 | 0.58 | 0 | 0.01 | 244.52 | 0.97 | 0.71 |
| Hex | 76 | 6B | FD | 35 | 3A | 0 | 1 | F5 | 61 | 47 |
| Octal | 166 | 153 | 375 | 65 | 72 | 0 | 1 | 365 | 141 | 107 |
| Binary | 1110110 | 1101011 | 11111101 | 110101 | 111010 | 0 | 1 | 11110101 | 1100001 | 1000111 |
Color Harmonies of #766BFD
Complementary color
Monochromatic Colors of #766BFD
Black with #766BFD
Text Example
Text Example
White with #766BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BFD; }
p { color: rgb(118,107,253); }
H1.HeaderClassName
{
color: #766BFD;
}
.AnyTagClassName
{
color: #766BFD;
}
</style>
background-color css
<style>
a { background-color: #766BFD; }
a { background-color: rgb(118,107,253); }
div.DivClassName
{
background-color: #766BFD;
}
.BgClassName
{
background-color: #766BFD;
}
</style>
border-color css
<style>
span { border-color: #766BFD; }
span { border-color: rgb(118,107,253); }
td.TdClassName
{
border-color: #766BFD;
}
.TagClassName
{
border-color: #766BFD;
}
</style>