Shades of Slate Blue #754DDB
Tints of Slate Blue #754DDB
RGB
CMYK
RGB Variations
Color information
#754DDB (or 0x754DDB) is known color: Slate Blue. HEX triplet: 75, 4D and DB. RGB value is (117,77,219). Sum of RGB (Red+Green+Blue) = 117+77+219=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #754DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DDB is #8AB224. Grayscale: #686868. Windows color (decimal): -9089573 or 14372213. OLE color: 14372213.
HSL color Cylindrical-coordinate representation of color #754DDB: hue angle of 256.9º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754DDB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 77 | 219 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.14 |
| HSL | 256.9º | 0.66% | 0.58% | - |
| HSV(B) | 256.9º | 0.65% | 0.86% | - |
| XYZ | 22.78 | 14.2 | 68.56 | - |
| YUV | 105.15 | 192.25 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 219 | 0.47 | 0.65 | 0 | 0.14 | 256.9 | 0.66 | 0.58 |
| Hex | 75 | 4D | DB | 2F | 41 | 0 | E | 101 | 42 | 3A |
| Octal | 165 | 115 | 333 | 57 | 101 | 0 | 16 | 401 | 102 | 72 |
| Binary | 1110101 | 1001101 | 11011011 | 101111 | 1000001 | 0 | 1110 | 100000001 | 1000010 | 111010 |
Color Harmonies of #754DDB
Complementary color
Monochromatic Colors of #754DDB
Black with #754DDB
Text Example
Text Example
White with #754DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DDB; }
p { color: rgb(117,77,219); }
H1.HeaderClassName
{
color: #754DDB;
}
.AnyTagClassName
{
color: #754DDB;
}
</style>
background-color css
<style>
a { background-color: #754DDB; }
a { background-color: rgb(117,77,219); }
div.DivClassName
{
background-color: #754DDB;
}
.BgClassName
{
background-color: #754DDB;
}
</style>
border-color css
<style>
span { border-color: #754DDB; }
span { border-color: rgb(117,77,219); }
td.TdClassName
{
border-color: #754DDB;
}
.TagClassName
{
border-color: #754DDB;
}
</style>