Shades of Medium Slate Blue #8765F5
Tints of Medium Slate Blue #8765F5
RGB
CMYK
RGB Variations
Color information
#8765F5 (or 0x8765F5) is known color: Medium Slate Blue. HEX triplet: 87, 65 and F5. RGB value is (135,101,245). Sum of RGB (Red+Green+Blue) = 135+101+245=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #8765F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8765F5 is #789A0A. Grayscale: #7F7F7F. Windows color (decimal): -7903755 or 16082311. OLE color: 16082311.
HSL color Cylindrical-coordinate representation of color #8765F5: hue angle of 254.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8765F5 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 101 | 245 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.04 |
| HSL | 254.17º | 0.88% | 0.68% | - |
| HSV(B) | 254.17º | 0.59% | 0.96% | - |
| XYZ | 31.13 | 21.05 | 88.81 | - |
| YUV | 127.58 | 194.26 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 245 | 0.45 | 0.59 | 0 | 0.04 | 254.17 | 0.88 | 0.68 |
| Hex | 87 | 65 | F5 | 2D | 3B | 0 | 4 | FE | 58 | 44 |
| Octal | 207 | 145 | 365 | 55 | 73 | 0 | 4 | 376 | 130 | 104 |
| Binary | 10000111 | 1100101 | 11110101 | 101101 | 111011 | 0 | 100 | 11111110 | 1011000 | 1000100 |
Color Harmonies of #8765F5
Complementary color
Monochromatic Colors of #8765F5
Black with #8765F5
Text Example
Text Example
White with #8765F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8765F5; }
p { color: rgb(135,101,245); }
H1.HeaderClassName
{
color: #8765F5;
}
.AnyTagClassName
{
color: #8765F5;
}
</style>
background-color css
<style>
a { background-color: #8765F5; }
a { background-color: rgb(135,101,245); }
div.DivClassName
{
background-color: #8765F5;
}
.BgClassName
{
background-color: #8765F5;
}
</style>
border-color css
<style>
span { border-color: #8765F5; }
span { border-color: rgb(135,101,245); }
td.TdClassName
{
border-color: #8765F5;
}
.TagClassName
{
border-color: #8765F5;
}
</style>