Shades of Slate Blue #7B50CD
Tints of Slate Blue #7B50CD
RGB
CMYK
RGB Variations
Color information
#7B50CD (or 0x7B50CD) is known color: Slate Blue. HEX triplet: 7B, 50 and CD. RGB value is (123,80,205). Sum of RGB (Red+Green+Blue) = 123+80+205=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B50CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B50CD is #84AF32. Grayscale: #6A6A6A. Windows color (decimal): -8695603 or 13455483. OLE color: 13455483.
HSL color Cylindrical-coordinate representation of color #7B50CD: hue angle of 260.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B50CD is Cyan = 0.4, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 80 | 205 | - |
| CMYK | 0.4 | 0.61 | 0 | 0.20 |
| HSL | 260.64º | 0.56% | 0.56% | - |
| HSV(B) | 260.64º | 0.61% | 0.8% | - |
| XYZ | 22.06 | 14.36 | 59.37 | - |
| YUV | 107.11 | 183.25 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 205 | 0.4 | 0.61 | 0 | 0.20 | 260.64 | 0.56 | 0.56 |
| Hex | 7B | 50 | CD | 28 | 3D | 0 | 14 | 105 | 38 | 38 |
| Octal | 173 | 120 | 315 | 50 | 75 | 0 | 24 | 405 | 70 | 70 |
| Binary | 1111011 | 1010000 | 11001101 | 101000 | 111101 | 0 | 10100 | 100000101 | 111000 | 111000 |
Color Harmonies of #7B50CD
Complementary color
Monochromatic Colors of #7B50CD
Black with #7B50CD
Text Example
Text Example
White with #7B50CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B50CD; }
p { color: rgb(123,80,205); }
H1.HeaderClassName
{
color: #7B50CD;
}
.AnyTagClassName
{
color: #7B50CD;
}
</style>
background-color css
<style>
a { background-color: #7B50CD; }
a { background-color: rgb(123,80,205); }
div.DivClassName
{
background-color: #7B50CD;
}
.BgClassName
{
background-color: #7B50CD;
}
</style>
border-color css
<style>
span { border-color: #7B50CD; }
span { border-color: rgb(123,80,205); }
td.TdClassName
{
border-color: #7B50CD;
}
.TagClassName
{
border-color: #7B50CD;
}
</style>