Shades of Medium Slate Blue #765BFC
Tints of Medium Slate Blue #765BFC
RGB
CMYK
RGB Variations
Color information
#765BFC (or 0x765BFC) is known color: Medium Slate Blue. HEX triplet: 76, 5B and FC. RGB value is (118,91,252). Sum of RGB (Red+Green+Blue) = 118+91+252=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #765BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765BFC is #89A403. Grayscale: #747474. Windows color (decimal): -9020420 or 16538486. OLE color: 16538486.
HSL color Cylindrical-coordinate representation of color #765BFC: hue angle of 250.06º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #765BFC is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 91 | 252 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.01 |
| HSL | 250.06º | 0.96% | 0.67% | - |
| HSV(B) | 250.06º | 0.64% | 0.99% | - |
| XYZ | 28.78 | 18.36 | 94.12 | - |
| YUV | 117.43 | 203.95 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 252 | 0.53 | 0.64 | 0 | 0.01 | 250.06 | 0.96 | 0.67 |
| Hex | 76 | 5B | FC | 35 | 40 | 0 | 1 | FA | 60 | 43 |
| Octal | 166 | 133 | 374 | 65 | 100 | 0 | 1 | 372 | 140 | 103 |
| Binary | 1110110 | 1011011 | 11111100 | 110101 | 1000000 | 0 | 1 | 11111010 | 1100000 | 1000011 |
Color Harmonies of #765BFC
Complementary color
Monochromatic Colors of #765BFC
Black with #765BFC
Text Example
Text Example
White with #765BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BFC; }
p { color: rgb(118,91,252); }
H1.HeaderClassName
{
color: #765BFC;
}
.AnyTagClassName
{
color: #765BFC;
}
</style>
background-color css
<style>
a { background-color: #765BFC; }
a { background-color: rgb(118,91,252); }
div.DivClassName
{
background-color: #765BFC;
}
.BgClassName
{
background-color: #765BFC;
}
</style>
border-color css
<style>
span { border-color: #765BFC; }
span { border-color: rgb(118,91,252); }
td.TdClassName
{
border-color: #765BFC;
}
.TagClassName
{
border-color: #765BFC;
}
</style>