Shades of Medium Slate Blue #767FDF
Tints of Medium Slate Blue #767FDF
RGB
CMYK
RGB Variations
Color information
#767FDF (or 0x767FDF) is known color: Medium Slate Blue. HEX triplet: 76, 7F and DF. RGB value is (118,127,223). Sum of RGB (Red+Green+Blue) = 118+127+223=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #767FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FDF is #898020. Grayscale: #868686. Windows color (decimal): -9011233 or 14647158. OLE color: 14647158.
HSL color Cylindrical-coordinate representation of color #767FDF: hue angle of 234.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #767FDF is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 127 | 223 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.13 |
| HSL | 234.86º | 0.62% | 0.67% | - |
| HSV(B) | 234.86º | 0.47% | 0.87% | - |
| XYZ | 28.38 | 24.36 | 73.02 | - |
| YUV | 135.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 223 | 0.47 | 0.43 | 0 | 0.13 | 234.86 | 0.62 | 0.67 |
| Hex | 76 | 7F | DF | 2F | 2B | 0 | D | EB | 3E | 43 |
| Octal | 166 | 177 | 337 | 57 | 53 | 0 | 15 | 353 | 76 | 103 |
| Binary | 1110110 | 1111111 | 11011111 | 101111 | 101011 | 0 | 1101 | 11101011 | 111110 | 1000011 |
Color Harmonies of #767FDF
Complementary color
Monochromatic Colors of #767FDF
Black with #767FDF
Text Example
Text Example
White with #767FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FDF; }
p { color: rgb(118,127,223); }
H1.HeaderClassName
{
color: #767FDF;
}
.AnyTagClassName
{
color: #767FDF;
}
</style>
background-color css
<style>
a { background-color: #767FDF; }
a { background-color: rgb(118,127,223); }
div.DivClassName
{
background-color: #767FDF;
}
.BgClassName
{
background-color: #767FDF;
}
</style>
border-color css
<style>
span { border-color: #767FDF; }
span { border-color: rgb(118,127,223); }
td.TdClassName
{
border-color: #767FDF;
}
.TagClassName
{
border-color: #767FDF;
}
</style>