Shades of Slate Blue #754ADC
Tints of Slate Blue #754ADC
RGB
CMYK
RGB Variations
Color information
#754ADC (or 0x754ADC) is known color: Slate Blue. HEX triplet: 75, 4A and DC. RGB value is (117,74,220). Sum of RGB (Red+Green+Blue) = 117+74+220=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #754ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ADC is #8AB523. Grayscale: #666666. Windows color (decimal): -9090340 or 14436981. OLE color: 14436981.
HSL color Cylindrical-coordinate representation of color #754ADC: hue angle of 257.67º degrees, saturation: 0.68, 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 #754ADC is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 74 | 220 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.14 |
| HSL | 257.67º | 0.68% | 0.58% | - |
| HSV(B) | 257.67º | 0.66% | 0.86% | - |
| XYZ | 22.7 | 13.85 | 69.19 | - |
| YUV | 103.5 | 193.75 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 220 | 0.47 | 0.66 | 0 | 0.14 | 257.67 | 0.68 | 0.58 |
| Hex | 75 | 4A | DC | 2F | 42 | 0 | E | 102 | 44 | 3A |
| Octal | 165 | 112 | 334 | 57 | 102 | 0 | 16 | 402 | 104 | 72 |
| Binary | 1110101 | 1001010 | 11011100 | 101111 | 1000010 | 0 | 1110 | 100000010 | 1000100 | 111010 |
Color Harmonies of #754ADC
Complementary color
Monochromatic Colors of #754ADC
Black with #754ADC
Text Example
Text Example
White with #754ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754ADC; }
p { color: rgb(117,74,220); }
H1.HeaderClassName
{
color: #754ADC;
}
.AnyTagClassName
{
color: #754ADC;
}
</style>
background-color css
<style>
a { background-color: #754ADC; }
a { background-color: rgb(117,74,220); }
div.DivClassName
{
background-color: #754ADC;
}
.BgClassName
{
background-color: #754ADC;
}
</style>
border-color css
<style>
span { border-color: #754ADC; }
span { border-color: rgb(117,74,220); }
td.TdClassName
{
border-color: #754ADC;
}
.TagClassName
{
border-color: #754ADC;
}
</style>