Shades of Slate Blue #7B5FC9
Tints of Slate Blue #7B5FC9
RGB
CMYK
RGB Variations
Color information
#7B5FC9 (or 0x7B5FC9) is known color: Slate Blue. HEX triplet: 7B, 5F and C9. RGB value is (123,95,201). Sum of RGB (Red+Green+Blue) = 123+95+201=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B5FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FC9 is #84A036. Grayscale: #737373. Windows color (decimal): -8691767 or 13197179. OLE color: 13197179.
HSL color Cylindrical-coordinate representation of color #7B5FC9: hue angle of 255.85º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B5FC9 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 95 | 201 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.21 |
| HSL | 255.85º | 0.5% | 0.58% | - |
| HSV(B) | 255.85º | 0.53% | 0.79% | - |
| XYZ | 22.8 | 16.61 | 57.26 | - |
| YUV | 115.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 201 | 0.39 | 0.53 | 0 | 0.21 | 255.85 | 0.5 | 0.58 |
| Hex | 7B | 5F | C9 | 27 | 35 | 0 | 15 | 100 | 32 | 3A |
| Octal | 173 | 137 | 311 | 47 | 65 | 0 | 25 | 400 | 62 | 72 |
| Binary | 1111011 | 1011111 | 11001001 | 100111 | 110101 | 0 | 10101 | 100000000 | 110010 | 111010 |
Color Harmonies of #7B5FC9
Complementary color
Monochromatic Colors of #7B5FC9
Black with #7B5FC9
Text Example
Text Example
White with #7B5FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5FC9; }
p { color: rgb(123,95,201); }
H1.HeaderClassName
{
color: #7B5FC9;
}
.AnyTagClassName
{
color: #7B5FC9;
}
</style>
background-color css
<style>
a { background-color: #7B5FC9; }
a { background-color: rgb(123,95,201); }
div.DivClassName
{
background-color: #7B5FC9;
}
.BgClassName
{
background-color: #7B5FC9;
}
</style>
border-color css
<style>
span { border-color: #7B5FC9; }
span { border-color: rgb(123,95,201); }
td.TdClassName
{
border-color: #7B5FC9;
}
.TagClassName
{
border-color: #7B5FC9;
}
</style>