Shades of Slate Blue #754BDB
Tints of Slate Blue #754BDB
RGB
CMYK
RGB Variations
Color information
#754BDB (or 0x754BDB) is known color: Slate Blue. HEX triplet: 75, 4B and DB. RGB value is (117,75,219). Sum of RGB (Red+Green+Blue) = 117+75+219=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #754BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BDB is #8AB424. Grayscale: #676767. Windows color (decimal): -9090085 or 14371701. OLE color: 14371701.
HSL color Cylindrical-coordinate representation of color #754BDB: hue angle of 257.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754BDB is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 75 | 219 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.14 |
| HSL | 257.5º | 0.67% | 0.58% | - |
| HSV(B) | 257.5º | 0.66% | 0.86% | - |
| XYZ | 22.64 | 13.93 | 68.51 | - |
| YUV | 103.97 | 192.91 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 219 | 0.47 | 0.66 | 0 | 0.14 | 257.5 | 0.67 | 0.58 |
| Hex | 75 | 4B | DB | 2F | 42 | 0 | E | 102 | 43 | 3A |
| Octal | 165 | 113 | 333 | 57 | 102 | 0 | 16 | 402 | 103 | 72 |
| Binary | 1110101 | 1001011 | 11011011 | 101111 | 1000010 | 0 | 1110 | 100000010 | 1000011 | 111010 |
Color Harmonies of #754BDB
Complementary color
Monochromatic Colors of #754BDB
Black with #754BDB
Text Example
Text Example
White with #754BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BDB; }
p { color: rgb(117,75,219); }
H1.HeaderClassName
{
color: #754BDB;
}
.AnyTagClassName
{
color: #754BDB;
}
</style>
background-color css
<style>
a { background-color: #754BDB; }
a { background-color: rgb(117,75,219); }
div.DivClassName
{
background-color: #754BDB;
}
.BgClassName
{
background-color: #754BDB;
}
</style>
border-color css
<style>
span { border-color: #754BDB; }
span { border-color: rgb(117,75,219); }
td.TdClassName
{
border-color: #754BDB;
}
.TagClassName
{
border-color: #754BDB;
}
</style>