Shades of Slate Blue #7B53DC
Tints of Slate Blue #7B53DC
RGB
CMYK
RGB Variations
Color information
#7B53DC (or 0x7B53DC) is known color: Slate Blue. HEX triplet: 7B, 53 and DC. RGB value is (123,83,220). Sum of RGB (Red+Green+Blue) = 123+83+220=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B53DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B53DC is #84AC23. Grayscale: #6E6E6E. Windows color (decimal): -8694820 or 14439291. OLE color: 14439291.
HSL color Cylindrical-coordinate representation of color #7B53DC: hue angle of 257.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B53DC is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 83 | 220 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.14 |
| HSL | 257.52º | 0.66% | 0.59% | - |
| HSV(B) | 257.52º | 0.62% | 0.86% | - |
| XYZ | 24.18 | 15.56 | 69.44 | - |
| YUV | 110.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 220 | 0.44 | 0.62 | 0 | 0.14 | 257.52 | 0.66 | 0.59 |
| Hex | 7B | 53 | DC | 2C | 3E | 0 | E | 102 | 42 | 3B |
| Octal | 173 | 123 | 334 | 54 | 76 | 0 | 16 | 402 | 102 | 73 |
| Binary | 1111011 | 1010011 | 11011100 | 101100 | 111110 | 0 | 1110 | 100000010 | 1000010 | 111011 |
Color Harmonies of #7B53DC
Complementary color
Monochromatic Colors of #7B53DC
Black with #7B53DC
Text Example
Text Example
White with #7B53DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B53DC; }
p { color: rgb(123,83,220); }
H1.HeaderClassName
{
color: #7B53DC;
}
.AnyTagClassName
{
color: #7B53DC;
}
</style>
background-color css
<style>
a { background-color: #7B53DC; }
a { background-color: rgb(123,83,220); }
div.DivClassName
{
background-color: #7B53DC;
}
.BgClassName
{
background-color: #7B53DC;
}
</style>
border-color css
<style>
span { border-color: #7B53DC; }
span { border-color: rgb(123,83,220); }
td.TdClassName
{
border-color: #7B53DC;
}
.TagClassName
{
border-color: #7B53DC;
}
</style>