Shades of Slate Blue #754ADF
Tints of Slate Blue #754ADF
RGB
CMYK
RGB Variations
Color information
#754ADF (or 0x754ADF) is known color: Slate Blue. HEX triplet: 75, 4A and DF. RGB value is (117,74,223). Sum of RGB (Red+Green+Blue) = 117+74+223=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #754ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ADF is #8AB520. Grayscale: #676767. Windows color (decimal): -9090337 or 14633589. OLE color: 14633589.
HSL color Cylindrical-coordinate representation of color #754ADF: hue angle of 257.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754ADF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 74 | 223 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.13 |
| HSL | 257.32º | 0.7% | 0.58% | - |
| HSV(B) | 257.32º | 0.67% | 0.87% | - |
| XYZ | 23.1 | 14.01 | 71.3 | - |
| YUV | 103.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 223 | 0.48 | 0.67 | 0 | 0.13 | 257.32 | 0.7 | 0.58 |
| Hex | 75 | 4A | DF | 30 | 43 | 0 | D | 101 | 46 | 3A |
| Octal | 165 | 112 | 337 | 60 | 103 | 0 | 15 | 401 | 106 | 72 |
| Binary | 1110101 | 1001010 | 11011111 | 110000 | 1000011 | 0 | 1101 | 100000001 | 1000110 | 111010 |
Color Harmonies of #754ADF
Complementary color
Monochromatic Colors of #754ADF
Black with #754ADF
Text Example
Text Example
White with #754ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754ADF; }
p { color: rgb(117,74,223); }
H1.HeaderClassName
{
color: #754ADF;
}
.AnyTagClassName
{
color: #754ADF;
}
</style>
background-color css
<style>
a { background-color: #754ADF; }
a { background-color: rgb(117,74,223); }
div.DivClassName
{
background-color: #754ADF;
}
.BgClassName
{
background-color: #754ADF;
}
</style>
border-color css
<style>
span { border-color: #754ADF; }
span { border-color: rgb(117,74,223); }
td.TdClassName
{
border-color: #754ADF;
}
.TagClassName
{
border-color: #754ADF;
}
</style>