Shades of Light Slate Blue #767DFF
Tints of Light Slate Blue #767DFF
RGB
CMYK
RGB Variations
Color information
#767DFF (or 0x767DFF) is known color: Light Slate Blue. HEX triplet: 76, 7D and FF. RGB value is (118,125,255). Sum of RGB (Red+Green+Blue) = 118+125+255=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #767DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767DFF is #898200. Grayscale: #898989. Windows color (decimal): -9011713 or 16743798. OLE color: 16743798.
HSL color Cylindrical-coordinate representation of color #767DFF: hue angle of 236.93º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #767DFF is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 125 | 255 | - |
| CMYK | 0.54 | 0.51 | 0 | 0 |
| HSL | 236.93º | 1% | 0.73% | - |
| HSV(B) | 236.93º | 0.54% | 1% | - |
| XYZ | 32.85 | 25.74 | 97.84 | - |
| YUV | 137.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 255 | 0.54 | 0.51 | 0 | 0 | 236.93 | 1 | 0.73 |
| Hex | 76 | 7D | FF | 36 | 33 | 0 | 0 | ED | 64 | 49 |
| Octal | 166 | 175 | 377 | 66 | 63 | 0 | 0 | 355 | 144 | 111 |
| Binary | 1110110 | 1111101 | 11111111 | 110110 | 110011 | 0 | 0 | 11101101 | 1100100 | 1001001 |
Color Harmonies of #767DFF
Complementary color
Monochromatic Colors of #767DFF
Black with #767DFF
Text Example
Text Example
White with #767DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767DFF; }
p { color: rgb(118,125,255); }
H1.HeaderClassName
{
color: #767DFF;
}
.AnyTagClassName
{
color: #767DFF;
}
</style>
background-color css
<style>
a { background-color: #767DFF; }
a { background-color: rgb(118,125,255); }
div.DivClassName
{
background-color: #767DFF;
}
.BgClassName
{
background-color: #767DFF;
}
</style>
border-color css
<style>
span { border-color: #767DFF; }
span { border-color: rgb(118,125,255); }
td.TdClassName
{
border-color: #767DFF;
}
.TagClassName
{
border-color: #767DFF;
}
</style>