Shades of Slate Blue #7B63CA
Tints of Slate Blue #7B63CA
RGB
CMYK
RGB Variations
Color information
#7B63CA (or 0x7B63CA) is known color: Slate Blue. HEX triplet: 7B, 63 and CA. RGB value is (123,99,202). Sum of RGB (Red+Green+Blue) = 123+99+202=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B63CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B63CA is #849C35. Grayscale: #757575. Windows color (decimal): -8690742 or 13263739. OLE color: 13263739.
HSL color Cylindrical-coordinate representation of color #7B63CA: hue angle of 253.98º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B63CA is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 99 | 202 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.21 |
| HSL | 253.98º | 0.49% | 0.59% | - |
| HSV(B) | 253.98º | 0.51% | 0.79% | - |
| XYZ | 23.29 | 17.4 | 58.01 | - |
| YUV | 117.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 202 | 0.39 | 0.51 | 0 | 0.21 | 253.98 | 0.49 | 0.59 |
| Hex | 7B | 63 | CA | 27 | 33 | 0 | 15 | FE | 31 | 3B |
| Octal | 173 | 143 | 312 | 47 | 63 | 0 | 25 | 376 | 61 | 73 |
| Binary | 1111011 | 1100011 | 11001010 | 100111 | 110011 | 0 | 10101 | 11111110 | 110001 | 111011 |
Color Harmonies of #7B63CA
Complementary color
Monochromatic Colors of #7B63CA
Black with #7B63CA
Text Example
Text Example
White with #7B63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B63CA; }
p { color: rgb(123,99,202); }
H1.HeaderClassName
{
color: #7B63CA;
}
.AnyTagClassName
{
color: #7B63CA;
}
</style>
background-color css
<style>
a { background-color: #7B63CA; }
a { background-color: rgb(123,99,202); }
div.DivClassName
{
background-color: #7B63CA;
}
.BgClassName
{
background-color: #7B63CA;
}
</style>
border-color css
<style>
span { border-color: #7B63CA; }
span { border-color: rgb(123,99,202); }
td.TdClassName
{
border-color: #7B63CA;
}
.TagClassName
{
border-color: #7B63CA;
}
</style>