Shades of Slate Blue #754CDB
Tints of Slate Blue #754CDB
RGB
CMYK
RGB Variations
Color information
#754CDB (or 0x754CDB) is known color: Slate Blue. HEX triplet: 75, 4C and DB. RGB value is (117,76,219). Sum of RGB (Red+Green+Blue) = 117+76+219=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #754CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CDB is #8AB324. Grayscale: #686868. Windows color (decimal): -9089829 or 14371957. OLE color: 14371957.
HSL color Cylindrical-coordinate representation of color #754CDB: hue angle of 257.2º degrees, saturation: 0.67, 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 #754CDB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 76 | 219 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.14 |
| HSL | 257.2º | 0.67% | 0.58% | - |
| HSV(B) | 257.2º | 0.65% | 0.86% | - |
| XYZ | 22.71 | 14.07 | 68.54 | - |
| YUV | 104.56 | 192.58 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 219 | 0.47 | 0.65 | 0 | 0.14 | 257.2 | 0.67 | 0.58 |
| Hex | 75 | 4C | DB | 2F | 41 | 0 | E | 101 | 43 | 3A |
| Octal | 165 | 114 | 333 | 57 | 101 | 0 | 16 | 401 | 103 | 72 |
| Binary | 1110101 | 1001100 | 11011011 | 101111 | 1000001 | 0 | 1110 | 100000001 | 1000011 | 111010 |
Color Harmonies of #754CDB
Complementary color
Monochromatic Colors of #754CDB
Black with #754CDB
Text Example
Text Example
White with #754CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CDB; }
p { color: rgb(117,76,219); }
H1.HeaderClassName
{
color: #754CDB;
}
.AnyTagClassName
{
color: #754CDB;
}
</style>
background-color css
<style>
a { background-color: #754CDB; }
a { background-color: rgb(117,76,219); }
div.DivClassName
{
background-color: #754CDB;
}
.BgClassName
{
background-color: #754CDB;
}
</style>
border-color css
<style>
span { border-color: #754CDB; }
span { border-color: rgb(117,76,219); }
td.TdClassName
{
border-color: #754CDB;
}
.TagClassName
{
border-color: #754CDB;
}
</style>