Shades of Slate Blue #7F4BCF
Tints of Slate Blue #7F4BCF
RGB
CMYK
RGB Variations
Color information
#7F4BCF (or 0x7F4BCF) is known color: Slate Blue. HEX triplet: 7F, 4B and CF. RGB value is (127,75,207). Sum of RGB (Red+Green+Blue) = 127+75+207=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F4BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4BCF is #80B430. Grayscale: #696969. Windows color (decimal): -8434737 or 13585279. OLE color: 13585279.
HSL color Cylindrical-coordinate representation of color #7F4BCF: hue angle of 263.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F4BCF is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 75 | 207 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.19 |
| HSL | 263.64º | 0.58% | 0.55% | - |
| HSV(B) | 263.64º | 0.64% | 0.81% | - |
| XYZ | 22.53 | 14.05 | 60.56 | - |
| YUV | 105.6 | 185.23 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 75 | 207 | 0.39 | 0.64 | 0 | 0.19 | 263.64 | 0.58 | 0.55 |
| Hex | 7F | 4B | CF | 27 | 40 | 0 | 13 | 108 | 3A | 37 |
| Octal | 177 | 113 | 317 | 47 | 100 | 0 | 23 | 410 | 72 | 67 |
| Binary | 1111111 | 1001011 | 11001111 | 100111 | 1000000 | 0 | 10011 | 100001000 | 111010 | 110111 |
Color Harmonies of #7F4BCF
Complementary color
Monochromatic Colors of #7F4BCF
Black with #7F4BCF
Text Example
Text Example
White with #7F4BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4BCF; }
p { color: rgb(127,75,207); }
H1.HeaderClassName
{
color: #7F4BCF;
}
.AnyTagClassName
{
color: #7F4BCF;
}
</style>
background-color css
<style>
a { background-color: #7F4BCF; }
a { background-color: rgb(127,75,207); }
div.DivClassName
{
background-color: #7F4BCF;
}
.BgClassName
{
background-color: #7F4BCF;
}
</style>
border-color css
<style>
span { border-color: #7F4BCF; }
span { border-color: rgb(127,75,207); }
td.TdClassName
{
border-color: #7F4BCF;
}
.TagClassName
{
border-color: #7F4BCF;
}
</style>