Shades of Slate Blue #7B61D8
Tints of Slate Blue #7B61D8
RGB
CMYK
RGB Variations
Color information
#7B61D8 (or 0x7B61D8) is known color: Slate Blue. HEX triplet: 7B, 61 and D8. RGB value is (123,97,216). Sum of RGB (Red+Green+Blue) = 123+97+216=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #7B61D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B61D8 is #849E27. Grayscale: #757575. Windows color (decimal): -8691240 or 14180731. OLE color: 14180731.
HSL color Cylindrical-coordinate representation of color #7B61D8: hue angle of 253.11º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B61D8 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 97 | 216 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.15 |
| HSL | 253.11º | 0.6% | 0.61% | - |
| HSV(B) | 253.11º | 0.55% | 0.85% | - |
| XYZ | 24.84 | 17.72 | 67.08 | - |
| YUV | 118.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 216 | 0.43 | 0.55 | 0 | 0.15 | 253.11 | 0.6 | 0.61 |
| Hex | 7B | 61 | D8 | 2B | 37 | 0 | F | FD | 3C | 3D |
| Octal | 173 | 141 | 330 | 53 | 67 | 0 | 17 | 375 | 74 | 75 |
| Binary | 1111011 | 1100001 | 11011000 | 101011 | 110111 | 0 | 1111 | 11111101 | 111100 | 111101 |
Color Harmonies of #7B61D8
Complementary color
Monochromatic Colors of #7B61D8
Black with #7B61D8
Text Example
Text Example
White with #7B61D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B61D8; }
p { color: rgb(123,97,216); }
H1.HeaderClassName
{
color: #7B61D8;
}
.AnyTagClassName
{
color: #7B61D8;
}
</style>
background-color css
<style>
a { background-color: #7B61D8; }
a { background-color: rgb(123,97,216); }
div.DivClassName
{
background-color: #7B61D8;
}
.BgClassName
{
background-color: #7B61D8;
}
</style>
border-color css
<style>
span { border-color: #7B61D8; }
span { border-color: rgb(123,97,216); }
td.TdClassName
{
border-color: #7B61D8;
}
.TagClassName
{
border-color: #7B61D8;
}
</style>