Shades of Slate Blue #7B4ECF
Tints of Slate Blue #7B4ECF
RGB
CMYK
RGB Variations
Color information
#7B4ECF (or 0x7B4ECF) is known color: Slate Blue. HEX triplet: 7B, 4E and CF. RGB value is (123,78,207). Sum of RGB (Red+Green+Blue) = 123+78+207=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B4ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4ECF is #84B130. Grayscale: #696969. Windows color (decimal): -8696113 or 13586043. OLE color: 13586043.
HSL color Cylindrical-coordinate representation of color #7B4ECF: hue angle of 260.93º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B4ECF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 78 | 207 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.19 |
| HSL | 260.93º | 0.57% | 0.56% | - |
| HSV(B) | 260.93º | 0.62% | 0.81% | - |
| XYZ | 22.16 | 14.16 | 60.6 | - |
| YUV | 106.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 207 | 0.41 | 0.62 | 0 | 0.19 | 260.93 | 0.57 | 0.56 |
| Hex | 7B | 4E | CF | 29 | 3E | 0 | 13 | 105 | 39 | 38 |
| Octal | 173 | 116 | 317 | 51 | 76 | 0 | 23 | 405 | 71 | 70 |
| Binary | 1111011 | 1001110 | 11001111 | 101001 | 111110 | 0 | 10011 | 100000101 | 111001 | 111000 |
Color Harmonies of #7B4ECF
Complementary color
Monochromatic Colors of #7B4ECF
Black with #7B4ECF
Text Example
Text Example
White with #7B4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4ECF; }
p { color: rgb(123,78,207); }
H1.HeaderClassName
{
color: #7B4ECF;
}
.AnyTagClassName
{
color: #7B4ECF;
}
</style>
background-color css
<style>
a { background-color: #7B4ECF; }
a { background-color: rgb(123,78,207); }
div.DivClassName
{
background-color: #7B4ECF;
}
.BgClassName
{
background-color: #7B4ECF;
}
</style>
border-color css
<style>
span { border-color: #7B4ECF; }
span { border-color: rgb(123,78,207); }
td.TdClassName
{
border-color: #7B4ECF;
}
.TagClassName
{
border-color: #7B4ECF;
}
</style>