Shades of Slate Blue #7B63CD
Tints of Slate Blue #7B63CD
RGB
CMYK
RGB Variations
Color information
#7B63CD (or 0x7B63CD) is known color: Slate Blue. HEX triplet: 7B, 63 and CD. RGB value is (123,99,205). Sum of RGB (Red+Green+Blue) = 123+99+205=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B63CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B63CD is #849C32. Grayscale: #757575. Windows color (decimal): -8690739 or 13460347. OLE color: 13460347.
HSL color Cylindrical-coordinate representation of color #7B63CD: hue angle of 253.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B63CD is Cyan = 0.4, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 99 | 205 | - |
| CMYK | 0.4 | 0.52 | 0 | 0.20 |
| HSL | 253.58º | 0.51% | 0.6% | - |
| HSV(B) | 253.58º | 0.52% | 0.8% | - |
| XYZ | 23.65 | 17.54 | 59.9 | - |
| YUV | 118.26 | 176.95 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 205 | 0.4 | 0.52 | 0 | 0.20 | 253.58 | 0.51 | 0.6 |
| Hex | 7B | 63 | CD | 28 | 34 | 0 | 14 | FE | 33 | 3C |
| Octal | 173 | 143 | 315 | 50 | 64 | 0 | 24 | 376 | 63 | 74 |
| Binary | 1111011 | 1100011 | 11001101 | 101000 | 110100 | 0 | 10100 | 11111110 | 110011 | 111100 |
Color Harmonies of #7B63CD
Complementary color
Monochromatic Colors of #7B63CD
Black with #7B63CD
Text Example
Text Example
White with #7B63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B63CD; }
p { color: rgb(123,99,205); }
H1.HeaderClassName
{
color: #7B63CD;
}
.AnyTagClassName
{
color: #7B63CD;
}
</style>
background-color css
<style>
a { background-color: #7B63CD; }
a { background-color: rgb(123,99,205); }
div.DivClassName
{
background-color: #7B63CD;
}
.BgClassName
{
background-color: #7B63CD;
}
</style>
border-color css
<style>
span { border-color: #7B63CD; }
span { border-color: rgb(123,99,205); }
td.TdClassName
{
border-color: #7B63CD;
}
.TagClassName
{
border-color: #7B63CD;
}
</style>