Shades of Slate Blue #7B5ADC
Tints of Slate Blue #7B5ADC
RGB
CMYK
RGB Variations
Color information
#7B5ADC (or 0x7B5ADC) is known color: Slate Blue. HEX triplet: 7B, 5A and DC. RGB value is (123,90,220). Sum of RGB (Red+Green+Blue) = 123+90+220=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B5ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ADC is #84A523. Grayscale: #727272. Windows color (decimal): -8693028 or 14441083. OLE color: 14441083.
HSL color Cylindrical-coordinate representation of color #7B5ADC: hue angle of 255.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B5ADC is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 90 | 220 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.14 |
| HSL | 255.23º | 0.65% | 0.61% | - |
| HSV(B) | 255.23º | 0.59% | 0.86% | - |
| XYZ | 24.74 | 16.69 | 69.63 | - |
| YUV | 114.69 | 187.43 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 220 | 0.44 | 0.59 | 0 | 0.14 | 255.23 | 0.65 | 0.61 |
| Hex | 7B | 5A | DC | 2C | 3B | 0 | E | FF | 41 | 3D |
| Octal | 173 | 132 | 334 | 54 | 73 | 0 | 16 | 377 | 101 | 75 |
| Binary | 1111011 | 1011010 | 11011100 | 101100 | 111011 | 0 | 1110 | 11111111 | 1000001 | 111101 |
Color Harmonies of #7B5ADC
Complementary color
Monochromatic Colors of #7B5ADC
Black with #7B5ADC
Text Example
Text Example
White with #7B5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5ADC; }
p { color: rgb(123,90,220); }
H1.HeaderClassName
{
color: #7B5ADC;
}
.AnyTagClassName
{
color: #7B5ADC;
}
</style>
background-color css
<style>
a { background-color: #7B5ADC; }
a { background-color: rgb(123,90,220); }
div.DivClassName
{
background-color: #7B5ADC;
}
.BgClassName
{
background-color: #7B5ADC;
}
</style>
border-color css
<style>
span { border-color: #7B5ADC; }
span { border-color: rgb(123,90,220); }
td.TdClassName
{
border-color: #7B5ADC;
}
.TagClassName
{
border-color: #7B5ADC;
}
</style>