Shades of Slate Blue #7F4DDC
Tints of Slate Blue #7F4DDC
RGB
CMYK
RGB Variations
Color information
#7F4DDC (or 0x7F4DDC) is known color: Slate Blue. HEX triplet: 7F, 4D and DC. RGB value is (127,77,220). Sum of RGB (Red+Green+Blue) = 127+77+220=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F4DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4DDC is #80B223. Grayscale: #6B6B6B. Windows color (decimal): -8434212 or 14437759. OLE color: 14437759.
HSL color Cylindrical-coordinate representation of color #7F4DDC: hue angle of 260.98º 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 #7F4DDC is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 77 | 220 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.14 |
| HSL | 260.98º | 0.67% | 0.58% | - |
| HSV(B) | 260.98º | 0.65% | 0.86% | - |
| XYZ | 24.32 | 14.99 | 69.32 | - |
| YUV | 108.25 | 191.07 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 220 | 0.42 | 0.65 | 0 | 0.14 | 260.98 | 0.67 | 0.58 |
| Hex | 7F | 4D | DC | 2A | 41 | 0 | E | 105 | 43 | 3A |
| Octal | 177 | 115 | 334 | 52 | 101 | 0 | 16 | 405 | 103 | 72 |
| Binary | 1111111 | 1001101 | 11011100 | 101010 | 1000001 | 0 | 1110 | 100000101 | 1000011 | 111010 |
Color Harmonies of #7F4DDC
Complementary color
Monochromatic Colors of #7F4DDC
Black with #7F4DDC
Text Example
Text Example
White with #7F4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4DDC; }
p { color: rgb(127,77,220); }
H1.HeaderClassName
{
color: #7F4DDC;
}
.AnyTagClassName
{
color: #7F4DDC;
}
</style>
background-color css
<style>
a { background-color: #7F4DDC; }
a { background-color: rgb(127,77,220); }
div.DivClassName
{
background-color: #7F4DDC;
}
.BgClassName
{
background-color: #7F4DDC;
}
</style>
border-color css
<style>
span { border-color: #7F4DDC; }
span { border-color: rgb(127,77,220); }
td.TdClassName
{
border-color: #7F4DDC;
}
.TagClassName
{
border-color: #7F4DDC;
}
</style>