Shades of Slate Blue #754BDF
Tints of Slate Blue #754BDF
RGB
CMYK
RGB Variations
Color information
#754BDF (or 0x754BDF) is known color: Slate Blue. HEX triplet: 75, 4B and DF. RGB value is (117,75,223). Sum of RGB (Red+Green+Blue) = 117+75+223=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #754BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BDF is #8AB420. Grayscale: #676767. Windows color (decimal): -9090081 or 14633845. OLE color: 14633845.
HSL color Cylindrical-coordinate representation of color #754BDF: hue angle of 257.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754BDF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 75 | 223 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.13 |
| HSL | 257.03º | 0.7% | 0.58% | - |
| HSV(B) | 257.03º | 0.66% | 0.87% | - |
| XYZ | 23.17 | 14.14 | 71.32 | - |
| YUV | 104.43 | 194.91 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 223 | 0.48 | 0.66 | 0 | 0.13 | 257.03 | 0.7 | 0.58 |
| Hex | 75 | 4B | DF | 30 | 42 | 0 | D | 101 | 46 | 3A |
| Octal | 165 | 113 | 337 | 60 | 102 | 0 | 15 | 401 | 106 | 72 |
| Binary | 1110101 | 1001011 | 11011111 | 110000 | 1000010 | 0 | 1101 | 100000001 | 1000110 | 111010 |
Color Harmonies of #754BDF
Complementary color
Monochromatic Colors of #754BDF
Black with #754BDF
Text Example
Text Example
White with #754BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BDF; }
p { color: rgb(117,75,223); }
H1.HeaderClassName
{
color: #754BDF;
}
.AnyTagClassName
{
color: #754BDF;
}
</style>
background-color css
<style>
a { background-color: #754BDF; }
a { background-color: rgb(117,75,223); }
div.DivClassName
{
background-color: #754BDF;
}
.BgClassName
{
background-color: #754BDF;
}
</style>
border-color css
<style>
span { border-color: #754BDF; }
span { border-color: rgb(117,75,223); }
td.TdClassName
{
border-color: #754BDF;
}
.TagClassName
{
border-color: #754BDF;
}
</style>