Shades of Medium Slate Blue #7767F3
Tints of Medium Slate Blue #7767F3
RGB
CMYK
RGB Variations
Color information
#7767F3 (or 0x7767F3) is known color: Medium Slate Blue. HEX triplet: 77, 67 and F3. RGB value is (119,103,243). Sum of RGB (Red+Green+Blue) = 119+103+243=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #7767F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7767F3 is #88980C. Grayscale: #7B7B7B. Windows color (decimal): -8951821 or 15951735. OLE color: 15951735.
HSL color Cylindrical-coordinate representation of color #7767F3: hue angle of 246.86º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7767F3 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 103 | 243 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.05 |
| HSL | 246.86º | 0.85% | 0.68% | - |
| HSV(B) | 246.86º | 0.58% | 0.95% | - |
| XYZ | 28.64 | 20.09 | 87.16 | - |
| YUV | 123.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 243 | 0.51 | 0.58 | 0 | 0.05 | 246.86 | 0.85 | 0.68 |
| Hex | 77 | 67 | F3 | 33 | 3A | 0 | 5 | F7 | 55 | 44 |
| Octal | 167 | 147 | 363 | 63 | 72 | 0 | 5 | 367 | 125 | 104 |
| Binary | 1110111 | 1100111 | 11110011 | 110011 | 111010 | 0 | 101 | 11110111 | 1010101 | 1000100 |
Color Harmonies of #7767F3
Complementary color
Monochromatic Colors of #7767F3
Black with #7767F3
Text Example
Text Example
White with #7767F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7767F3; }
p { color: rgb(119,103,243); }
H1.HeaderClassName
{
color: #7767F3;
}
.AnyTagClassName
{
color: #7767F3;
}
</style>
background-color css
<style>
a { background-color: #7767F3; }
a { background-color: rgb(119,103,243); }
div.DivClassName
{
background-color: #7767F3;
}
.BgClassName
{
background-color: #7767F3;
}
</style>
border-color css
<style>
span { border-color: #7767F3; }
span { border-color: rgb(119,103,243); }
td.TdClassName
{
border-color: #7767F3;
}
.TagClassName
{
border-color: #7767F3;
}
</style>