Shades of Slate Blue #7B4FCB
Tints of Slate Blue #7B4FCB
RGB
CMYK
RGB Variations
Color information
#7B4FCB (or 0x7B4FCB) is known color: Slate Blue. HEX triplet: 7B, 4F and CB. RGB value is (123,79,203). Sum of RGB (Red+Green+Blue) = 123+79+203=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B4FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4FCB is #84B034. Grayscale: #696969. Windows color (decimal): -8695861 or 13324155. OLE color: 13324155.
HSL color Cylindrical-coordinate representation of color #7B4FCB: hue angle of 261.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B4FCB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 79 | 203 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.20 |
| HSL | 261.29º | 0.54% | 0.55% | - |
| HSV(B) | 261.29º | 0.61% | 0.8% | - |
| XYZ | 21.74 | 14.11 | 58.08 | - |
| YUV | 106.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 79 | 203 | 0.39 | 0.61 | 0 | 0.20 | 261.29 | 0.54 | 0.55 |
| Hex | 7B | 4F | CB | 27 | 3D | 0 | 14 | 105 | 36 | 37 |
| Octal | 173 | 117 | 313 | 47 | 75 | 0 | 24 | 405 | 66 | 67 |
| Binary | 1111011 | 1001111 | 11001011 | 100111 | 111101 | 0 | 10100 | 100000101 | 110110 | 110111 |
Color Harmonies of #7B4FCB
Complementary color
Monochromatic Colors of #7B4FCB
Black with #7B4FCB
Text Example
Text Example
White with #7B4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4FCB; }
p { color: rgb(123,79,203); }
H1.HeaderClassName
{
color: #7B4FCB;
}
.AnyTagClassName
{
color: #7B4FCB;
}
</style>
background-color css
<style>
a { background-color: #7B4FCB; }
a { background-color: rgb(123,79,203); }
div.DivClassName
{
background-color: #7B4FCB;
}
.BgClassName
{
background-color: #7B4FCB;
}
</style>
border-color css
<style>
span { border-color: #7B4FCB; }
span { border-color: rgb(123,79,203); }
td.TdClassName
{
border-color: #7B4FCB;
}
.TagClassName
{
border-color: #7B4FCB;
}
</style>