Shades of Slate Blue #7B50CC
Tints of Slate Blue #7B50CC
RGB
CMYK
RGB Variations
Color information
#7B50CC (or 0x7B50CC) is known color: Slate Blue. HEX triplet: 7B, 50 and CC. RGB value is (123,80,204). Sum of RGB (Red+Green+Blue) = 123+80+204=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B50CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B50CC is #84AF33. Grayscale: #6A6A6A. Windows color (decimal): -8695604 or 13389947. OLE color: 13389947.
HSL color Cylindrical-coordinate representation of color #7B50CC: hue angle of 260.81º degrees, saturation: 0.55, 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 #7B50CC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 80 | 204 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.2 |
| HSL | 260.81º | 0.55% | 0.56% | - |
| HSV(B) | 260.81º | 0.61% | 0.8% | - |
| XYZ | 21.94 | 14.31 | 58.73 | - |
| YUV | 106.99 | 182.75 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 204 | 0.40 | 0.61 | 0 | 0.2 | 260.81 | 0.55 | 0.56 |
| Hex | 7B | 50 | CC | 28 | 3D | 0 | 14 | 105 | 37 | 38 |
| Octal | 173 | 120 | 314 | 50 | 75 | 0 | 24 | 405 | 67 | 70 |
| Binary | 1111011 | 1010000 | 11001100 | 101000 | 111101 | 0 | 10100 | 100000101 | 110111 | 111000 |
Color Harmonies of #7B50CC
Complementary color
Monochromatic Colors of #7B50CC
Black with #7B50CC
Text Example
Text Example
White with #7B50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B50CC; }
p { color: rgb(123,80,204); }
H1.HeaderClassName
{
color: #7B50CC;
}
.AnyTagClassName
{
color: #7B50CC;
}
</style>
background-color css
<style>
a { background-color: #7B50CC; }
a { background-color: rgb(123,80,204); }
div.DivClassName
{
background-color: #7B50CC;
}
.BgClassName
{
background-color: #7B50CC;
}
</style>
border-color css
<style>
span { border-color: #7B50CC; }
span { border-color: rgb(123,80,204); }
td.TdClassName
{
border-color: #7B50CC;
}
.TagClassName
{
border-color: #7B50CC;
}
</style>