Shades of Slate Blue #765BDB
Tints of Slate Blue #765BDB
RGB
CMYK
RGB Variations
Color information
#765BDB (or 0x765BDB) is known color: Slate Blue. HEX triplet: 76, 5B and DB. RGB value is (118,91,219). Sum of RGB (Red+Green+Blue) = 118+91+219=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #765BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BDB is #89A424. Grayscale: #717171. Windows color (decimal): -9020453 or 14375798. OLE color: 14375798.
HSL color Cylindrical-coordinate representation of color #765BDB: hue angle of 252.66º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765BDB is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 91 | 219 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.14 |
| HSL | 252.66º | 0.64% | 0.61% | - |
| HSV(B) | 252.66º | 0.58% | 0.86% | - |
| XYZ | 24 | 16.45 | 68.93 | - |
| YUV | 113.67 | 187.45 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 219 | 0.46 | 0.58 | 0 | 0.14 | 252.66 | 0.64 | 0.61 |
| Hex | 76 | 5B | DB | 2E | 3A | 0 | E | FD | 40 | 3D |
| Octal | 166 | 133 | 333 | 56 | 72 | 0 | 16 | 375 | 100 | 75 |
| Binary | 1110110 | 1011011 | 11011011 | 101110 | 111010 | 0 | 1110 | 11111101 | 1000000 | 111101 |
Color Harmonies of #765BDB
Complementary color
Monochromatic Colors of #765BDB
Black with #765BDB
Text Example
Text Example
White with #765BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BDB; }
p { color: rgb(118,91,219); }
H1.HeaderClassName
{
color: #765BDB;
}
.AnyTagClassName
{
color: #765BDB;
}
</style>
background-color css
<style>
a { background-color: #765BDB; }
a { background-color: rgb(118,91,219); }
div.DivClassName
{
background-color: #765BDB;
}
.BgClassName
{
background-color: #765BDB;
}
</style>
border-color css
<style>
span { border-color: #765BDB; }
span { border-color: rgb(118,91,219); }
td.TdClassName
{
border-color: #765BDB;
}
.TagClassName
{
border-color: #765BDB;
}
</style>