Shades of Slate Blue #7B50CE
Tints of Slate Blue #7B50CE
RGB
CMYK
RGB Variations
Color information
#7B50CE (or 0x7B50CE) is known color: Slate Blue. HEX triplet: 7B, 50 and CE. RGB value is (123,80,206). Sum of RGB (Red+Green+Blue) = 123+80+206=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B50CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B50CE is #84AF31. Grayscale: #6A6A6A. Windows color (decimal): -8695602 or 13521019. OLE color: 13521019.
HSL color Cylindrical-coordinate representation of color #7B50CE: hue angle of 260.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B50CE is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 80 | 206 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.19 |
| HSL | 260.48º | 0.56% | 0.56% | - |
| HSV(B) | 260.48º | 0.61% | 0.81% | - |
| XYZ | 22.18 | 14.4 | 60 | - |
| YUV | 107.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 206 | 0.40 | 0.61 | 0 | 0.19 | 260.48 | 0.56 | 0.56 |
| Hex | 7B | 50 | CE | 28 | 3D | 0 | 13 | 104 | 38 | 38 |
| Octal | 173 | 120 | 316 | 50 | 75 | 0 | 23 | 404 | 70 | 70 |
| Binary | 1111011 | 1010000 | 11001110 | 101000 | 111101 | 0 | 10011 | 100000100 | 111000 | 111000 |
Color Harmonies of #7B50CE
Complementary color
Monochromatic Colors of #7B50CE
Black with #7B50CE
Text Example
Text Example
White with #7B50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B50CE; }
p { color: rgb(123,80,206); }
H1.HeaderClassName
{
color: #7B50CE;
}
.AnyTagClassName
{
color: #7B50CE;
}
</style>
background-color css
<style>
a { background-color: #7B50CE; }
a { background-color: rgb(123,80,206); }
div.DivClassName
{
background-color: #7B50CE;
}
.BgClassName
{
background-color: #7B50CE;
}
</style>
border-color css
<style>
span { border-color: #7B50CE; }
span { border-color: rgb(123,80,206); }
td.TdClassName
{
border-color: #7B50CE;
}
.TagClassName
{
border-color: #7B50CE;
}
</style>