Shades of Slate Blue #765CDB
Tints of Slate Blue #765CDB
RGB
CMYK
RGB Variations
Color information
#765CDB (or 0x765CDB) is known color: Slate Blue. HEX triplet: 76, 5C and DB. RGB value is (118,92,219). Sum of RGB (Red+Green+Blue) = 118+92+219=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #765CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CDB is #89A324. Grayscale: #717171. Windows color (decimal): -9020197 or 14376054. OLE color: 14376054.
HSL color Cylindrical-coordinate representation of color #765CDB: hue angle of 252.28º 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 #765CDB is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 92 | 219 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.14 |
| HSL | 252.28º | 0.64% | 0.61% | - |
| HSV(B) | 252.28º | 0.58% | 0.86% | - |
| XYZ | 24.08 | 16.62 | 68.96 | - |
| YUV | 114.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 219 | 0.46 | 0.58 | 0 | 0.14 | 252.28 | 0.64 | 0.61 |
| Hex | 76 | 5C | DB | 2E | 3A | 0 | E | FC | 40 | 3D |
| Octal | 166 | 134 | 333 | 56 | 72 | 0 | 16 | 374 | 100 | 75 |
| Binary | 1110110 | 1011100 | 11011011 | 101110 | 111010 | 0 | 1110 | 11111100 | 1000000 | 111101 |
Color Harmonies of #765CDB
Complementary color
Monochromatic Colors of #765CDB
Black with #765CDB
Text Example
Text Example
White with #765CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765CDB; }
p { color: rgb(118,92,219); }
H1.HeaderClassName
{
color: #765CDB;
}
.AnyTagClassName
{
color: #765CDB;
}
</style>
background-color css
<style>
a { background-color: #765CDB; }
a { background-color: rgb(118,92,219); }
div.DivClassName
{
background-color: #765CDB;
}
.BgClassName
{
background-color: #765CDB;
}
</style>
border-color css
<style>
span { border-color: #765CDB; }
span { border-color: rgb(118,92,219); }
td.TdClassName
{
border-color: #765CDB;
}
.TagClassName
{
border-color: #765CDB;
}
</style>