Shades of Slate Blue #7F4BDC
Tints of Slate Blue #7F4BDC
RGB
CMYK
RGB Variations
Color information
#7F4BDC (or 0x7F4BDC) is known color: Slate Blue. HEX triplet: 7F, 4B and DC. RGB value is (127,75,220). Sum of RGB (Red+Green+Blue) = 127+75+220=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F4BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4BDC is #80B423. Grayscale: #6A6A6A. Windows color (decimal): -8434724 or 14437247. OLE color: 14437247.
HSL color Cylindrical-coordinate representation of color #7F4BDC: hue angle of 261.52º degrees, saturation: 0.67, 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 #7F4BDC is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 75 | 220 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.14 |
| HSL | 261.52º | 0.67% | 0.58% | - |
| HSV(B) | 261.52º | 0.66% | 0.86% | - |
| XYZ | 24.19 | 14.71 | 69.27 | - |
| YUV | 107.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 75 | 220 | 0.42 | 0.66 | 0 | 0.14 | 261.52 | 0.67 | 0.58 |
| Hex | 7F | 4B | DC | 2A | 42 | 0 | E | 106 | 43 | 3A |
| Octal | 177 | 113 | 334 | 52 | 102 | 0 | 16 | 406 | 103 | 72 |
| Binary | 1111111 | 1001011 | 11011100 | 101010 | 1000010 | 0 | 1110 | 100000110 | 1000011 | 111010 |
Color Harmonies of #7F4BDC
Complementary color
Monochromatic Colors of #7F4BDC
Black with #7F4BDC
Text Example
Text Example
White with #7F4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4BDC; }
p { color: rgb(127,75,220); }
H1.HeaderClassName
{
color: #7F4BDC;
}
.AnyTagClassName
{
color: #7F4BDC;
}
</style>
background-color css
<style>
a { background-color: #7F4BDC; }
a { background-color: rgb(127,75,220); }
div.DivClassName
{
background-color: #7F4BDC;
}
.BgClassName
{
background-color: #7F4BDC;
}
</style>
border-color css
<style>
span { border-color: #7F4BDC; }
span { border-color: rgb(127,75,220); }
td.TdClassName
{
border-color: #7F4BDC;
}
.TagClassName
{
border-color: #7F4BDC;
}
</style>