Shades of Slate Blue #7B63CB
Tints of Slate Blue #7B63CB
RGB
CMYK
RGB Variations
Color information
#7B63CB (or 0x7B63CB) is known color: Slate Blue. HEX triplet: 7B, 63 and CB. RGB value is (123,99,203). Sum of RGB (Red+Green+Blue) = 123+99+203=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B63CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B63CB is #849C34. Grayscale: #757575. Windows color (decimal): -8690741 or 13329275. OLE color: 13329275.
HSL color Cylindrical-coordinate representation of color #7B63CB: hue angle of 253.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B63CB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 99 | 203 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.20 |
| HSL | 253.85º | 0.5% | 0.59% | - |
| HSV(B) | 253.85º | 0.51% | 0.8% | - |
| XYZ | 23.41 | 17.45 | 58.63 | - |
| YUV | 118.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 203 | 0.39 | 0.51 | 0 | 0.20 | 253.85 | 0.5 | 0.59 |
| Hex | 7B | 63 | CB | 27 | 33 | 0 | 14 | FE | 32 | 3B |
| Octal | 173 | 143 | 313 | 47 | 63 | 0 | 24 | 376 | 62 | 73 |
| Binary | 1111011 | 1100011 | 11001011 | 100111 | 110011 | 0 | 10100 | 11111110 | 110010 | 111011 |
Color Harmonies of #7B63CB
Complementary color
Monochromatic Colors of #7B63CB
Black with #7B63CB
Text Example
Text Example
White with #7B63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B63CB; }
p { color: rgb(123,99,203); }
H1.HeaderClassName
{
color: #7B63CB;
}
.AnyTagClassName
{
color: #7B63CB;
}
</style>
background-color css
<style>
a { background-color: #7B63CB; }
a { background-color: rgb(123,99,203); }
div.DivClassName
{
background-color: #7B63CB;
}
.BgClassName
{
background-color: #7B63CB;
}
</style>
border-color css
<style>
span { border-color: #7B63CB; }
span { border-color: rgb(123,99,203); }
td.TdClassName
{
border-color: #7B63CB;
}
.TagClassName
{
border-color: #7B63CB;
}
</style>