Shades of Slate Blue #765BD5
Tints of Slate Blue #765BD5
RGB
CMYK
RGB Variations
Color information
#765BD5 (or 0x765BD5) is known color: Slate Blue. HEX triplet: 76, 5B and D5. RGB value is (118,91,213). Sum of RGB (Red+Green+Blue) = 118+91+213=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #765BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BD5 is #89A42A. Grayscale: #707070. Windows color (decimal): -9020459 or 13982582. OLE color: 13982582.
HSL color Cylindrical-coordinate representation of color #765BD5: hue angle of 253.28º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765BD5 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 91 | 213 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.16 |
| HSL | 253.28º | 0.59% | 0.6% | - |
| HSV(B) | 253.28º | 0.57% | 0.84% | - |
| XYZ | 23.22 | 16.14 | 64.84 | - |
| YUV | 112.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 213 | 0.45 | 0.57 | 0 | 0.16 | 253.28 | 0.59 | 0.6 |
| Hex | 76 | 5B | D5 | 2D | 39 | 0 | 10 | FD | 3B | 3C |
| Octal | 166 | 133 | 325 | 55 | 71 | 0 | 20 | 375 | 73 | 74 |
| Binary | 1110110 | 1011011 | 11010101 | 101101 | 111001 | 0 | 10000 | 11111101 | 111011 | 111100 |
Color Harmonies of #765BD5
Complementary color
Monochromatic Colors of #765BD5
Black with #765BD5
Text Example
Text Example
White with #765BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BD5; }
p { color: rgb(118,91,213); }
H1.HeaderClassName
{
color: #765BD5;
}
.AnyTagClassName
{
color: #765BD5;
}
</style>
background-color css
<style>
a { background-color: #765BD5; }
a { background-color: rgb(118,91,213); }
div.DivClassName
{
background-color: #765BD5;
}
.BgClassName
{
background-color: #765BD5;
}
</style>
border-color css
<style>
span { border-color: #765BD5; }
span { border-color: rgb(118,91,213); }
td.TdClassName
{
border-color: #765BD5;
}
.TagClassName
{
border-color: #765BD5;
}
</style>