Shades of Slate Blue #7B50CB
Tints of Slate Blue #7B50CB
RGB
CMYK
RGB Variations
Color information
#7B50CB (or 0x7B50CB) is known color: Slate Blue. HEX triplet: 7B, 50 and CB. RGB value is (123,80,203). Sum of RGB (Red+Green+Blue) = 123+80+203=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B50CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B50CB is #84AF34. Grayscale: #6A6A6A. Windows color (decimal): -8695605 or 13324411. OLE color: 13324411.
HSL color Cylindrical-coordinate representation of color #7B50CB: hue angle of 260.98º 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 #7B50CB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 80 | 203 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.20 |
| HSL | 260.98º | 0.54% | 0.55% | - |
| HSV(B) | 260.98º | 0.61% | 0.8% | - |
| XYZ | 21.82 | 14.26 | 58.1 | - |
| YUV | 106.88 | 182.25 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 203 | 0.39 | 0.61 | 0 | 0.20 | 260.98 | 0.54 | 0.55 |
| Hex | 7B | 50 | CB | 27 | 3D | 0 | 14 | 105 | 36 | 37 |
| Octal | 173 | 120 | 313 | 47 | 75 | 0 | 24 | 405 | 66 | 67 |
| Binary | 1111011 | 1010000 | 11001011 | 100111 | 111101 | 0 | 10100 | 100000101 | 110110 | 110111 |
Color Harmonies of #7B50CB
Complementary color
Monochromatic Colors of #7B50CB
Black with #7B50CB
Text Example
Text Example
White with #7B50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B50CB; }
p { color: rgb(123,80,203); }
H1.HeaderClassName
{
color: #7B50CB;
}
.AnyTagClassName
{
color: #7B50CB;
}
</style>
background-color css
<style>
a { background-color: #7B50CB; }
a { background-color: rgb(123,80,203); }
div.DivClassName
{
background-color: #7B50CB;
}
.BgClassName
{
background-color: #7B50CB;
}
</style>
border-color css
<style>
span { border-color: #7B50CB; }
span { border-color: rgb(123,80,203); }
td.TdClassName
{
border-color: #7B50CB;
}
.TagClassName
{
border-color: #7B50CB;
}
</style>