Shades of Slate Blue #765ADB
Tints of Slate Blue #765ADB
RGB
CMYK
RGB Variations
Color information
#765ADB (or 0x765ADB) is known color: Slate Blue. HEX triplet: 76, 5A and DB. RGB value is (118,90,219). Sum of RGB (Red+Green+Blue) = 118+90+219=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #765ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ADB is #89A524. Grayscale: #707070. Windows color (decimal): -9020709 or 14375542. OLE color: 14375542.
HSL color Cylindrical-coordinate representation of color #765ADB: hue angle of 253.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765ADB is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 90 | 219 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.14 |
| HSL | 253.02º | 0.64% | 0.61% | - |
| HSV(B) | 253.02º | 0.59% | 0.86% | - |
| XYZ | 23.91 | 16.28 | 68.9 | - |
| YUV | 113.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 219 | 0.46 | 0.59 | 0 | 0.14 | 253.02 | 0.64 | 0.61 |
| Hex | 76 | 5A | DB | 2E | 3B | 0 | E | FD | 40 | 3D |
| Octal | 166 | 132 | 333 | 56 | 73 | 0 | 16 | 375 | 100 | 75 |
| Binary | 1110110 | 1011010 | 11011011 | 101110 | 111011 | 0 | 1110 | 11111101 | 1000000 | 111101 |
Color Harmonies of #765ADB
Complementary color
Monochromatic Colors of #765ADB
Black with #765ADB
Text Example
Text Example
White with #765ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765ADB; }
p { color: rgb(118,90,219); }
H1.HeaderClassName
{
color: #765ADB;
}
.AnyTagClassName
{
color: #765ADB;
}
</style>
background-color css
<style>
a { background-color: #765ADB; }
a { background-color: rgb(118,90,219); }
div.DivClassName
{
background-color: #765ADB;
}
.BgClassName
{
background-color: #765ADB;
}
</style>
border-color css
<style>
span { border-color: #765ADB; }
span { border-color: rgb(118,90,219); }
td.TdClassName
{
border-color: #765ADB;
}
.TagClassName
{
border-color: #765ADB;
}
</style>