Shades of Slate Blue #7B5FCE
Tints of Slate Blue #7B5FCE
RGB
CMYK
RGB Variations
Color information
#7B5FCE (or 0x7B5FCE) is known color: Slate Blue. HEX triplet: 7B, 5F and CE. RGB value is (123,95,206). Sum of RGB (Red+Green+Blue) = 123+95+206=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B5FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FCE is #84A031. Grayscale: #737373. Windows color (decimal): -8691762 or 13524859. OLE color: 13524859.
HSL color Cylindrical-coordinate representation of color #7B5FCE: hue angle of 255.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B5FCE is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 95 | 206 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.19 |
| HSL | 255.14º | 0.53% | 0.59% | - |
| HSV(B) | 255.14º | 0.54% | 0.81% | - |
| XYZ | 23.4 | 16.85 | 60.41 | - |
| YUV | 116.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 206 | 0.40 | 0.54 | 0 | 0.19 | 255.14 | 0.53 | 0.59 |
| Hex | 7B | 5F | CE | 28 | 36 | 0 | 13 | FF | 35 | 3B |
| Octal | 173 | 137 | 316 | 50 | 66 | 0 | 23 | 377 | 65 | 73 |
| Binary | 1111011 | 1011111 | 11001110 | 101000 | 110110 | 0 | 10011 | 11111111 | 110101 | 111011 |
Color Harmonies of #7B5FCE
Complementary color
Monochromatic Colors of #7B5FCE
Black with #7B5FCE
Text Example
Text Example
White with #7B5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5FCE; }
p { color: rgb(123,95,206); }
H1.HeaderClassName
{
color: #7B5FCE;
}
.AnyTagClassName
{
color: #7B5FCE;
}
</style>
background-color css
<style>
a { background-color: #7B5FCE; }
a { background-color: rgb(123,95,206); }
div.DivClassName
{
background-color: #7B5FCE;
}
.BgClassName
{
background-color: #7B5FCE;
}
</style>
border-color css
<style>
span { border-color: #7B5FCE; }
span { border-color: rgb(123,95,206); }
td.TdClassName
{
border-color: #7B5FCE;
}
.TagClassName
{
border-color: #7B5FCE;
}
</style>