Shades of Slate Blue #7B5ACB
Tints of Slate Blue #7B5ACB
RGB
CMYK
RGB Variations
Color information
#7B5ACB (or 0x7B5ACB) is known color: Slate Blue. HEX triplet: 7B, 5A and CB. RGB value is (123,90,203). Sum of RGB (Red+Green+Blue) = 123+90+203=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ACB is #84A534. Grayscale: #707070. Windows color (decimal): -8693045 or 13326971. OLE color: 13326971.
HSL color Cylindrical-coordinate representation of color #7B5ACB: hue angle of 257.52º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B5ACB is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 90 | 203 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.20 |
| HSL | 257.52º | 0.52% | 0.57% | - |
| HSV(B) | 257.52º | 0.56% | 0.8% | - |
| XYZ | 22.6 | 15.84 | 58.37 | - |
| YUV | 112.75 | 178.93 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 203 | 0.39 | 0.56 | 0 | 0.20 | 257.52 | 0.52 | 0.57 |
| Hex | 7B | 5A | CB | 27 | 38 | 0 | 14 | 102 | 34 | 39 |
| Octal | 173 | 132 | 313 | 47 | 70 | 0 | 24 | 402 | 64 | 71 |
| Binary | 1111011 | 1011010 | 11001011 | 100111 | 111000 | 0 | 10100 | 100000010 | 110100 | 111001 |
Color Harmonies of #7B5ACB
Complementary color
Monochromatic Colors of #7B5ACB
Black with #7B5ACB
Text Example
Text Example
White with #7B5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5ACB; }
p { color: rgb(123,90,203); }
H1.HeaderClassName
{
color: #7B5ACB;
}
.AnyTagClassName
{
color: #7B5ACB;
}
</style>
background-color css
<style>
a { background-color: #7B5ACB; }
a { background-color: rgb(123,90,203); }
div.DivClassName
{
background-color: #7B5ACB;
}
.BgClassName
{
background-color: #7B5ACB;
}
</style>
border-color css
<style>
span { border-color: #7B5ACB; }
span { border-color: rgb(123,90,203); }
td.TdClassName
{
border-color: #7B5ACB;
}
.TagClassName
{
border-color: #7B5ACB;
}
</style>