Shades of Slate Blue #7B5DD6
Tints of Slate Blue #7B5DD6
RGB
CMYK
RGB Variations
Color information
#7B5DD6 (or 0x7B5DD6) is known color: Slate Blue. HEX triplet: 7B, 5D and D6. RGB value is (123,93,214). Sum of RGB (Red+Green+Blue) = 123+93+214=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #7B5DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DD6 is #84A229. Grayscale: #737373. Windows color (decimal): -8692266 or 14048635. OLE color: 14048635.
HSL color Cylindrical-coordinate representation of color #7B5DD6: hue angle of 254.88º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B5DD6 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 93 | 214 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.16 |
| HSL | 254.88º | 0.6% | 0.6% | - |
| HSV(B) | 254.88º | 0.57% | 0.84% | - |
| XYZ | 24.22 | 16.89 | 65.6 | - |
| YUV | 115.76 | 183.44 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 214 | 0.43 | 0.57 | 0 | 0.16 | 254.88 | 0.6 | 0.6 |
| Hex | 7B | 5D | D6 | 2B | 39 | 0 | 10 | FF | 3C | 3C |
| Octal | 173 | 135 | 326 | 53 | 71 | 0 | 20 | 377 | 74 | 74 |
| Binary | 1111011 | 1011101 | 11010110 | 101011 | 111001 | 0 | 10000 | 11111111 | 111100 | 111100 |
Color Harmonies of #7B5DD6
Complementary color
Monochromatic Colors of #7B5DD6
Black with #7B5DD6
Text Example
Text Example
White with #7B5DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5DD6; }
p { color: rgb(123,93,214); }
H1.HeaderClassName
{
color: #7B5DD6;
}
.AnyTagClassName
{
color: #7B5DD6;
}
</style>
background-color css
<style>
a { background-color: #7B5DD6; }
a { background-color: rgb(123,93,214); }
div.DivClassName
{
background-color: #7B5DD6;
}
.BgClassName
{
background-color: #7B5DD6;
}
</style>
border-color css
<style>
span { border-color: #7B5DD6; }
span { border-color: rgb(123,93,214); }
td.TdClassName
{
border-color: #7B5DD6;
}
.TagClassName
{
border-color: #7B5DD6;
}
</style>