Shades of Slate Blue #7B5FCB
Tints of Slate Blue #7B5FCB
RGB
CMYK
RGB Variations
Color information
#7B5FCB (or 0x7B5FCB) is known color: Slate Blue. HEX triplet: 7B, 5F and CB. RGB value is (123,95,203). Sum of RGB (Red+Green+Blue) = 123+95+203=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B5FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FCB is #84A034. Grayscale: #737373. Windows color (decimal): -8691765 or 13328251. OLE color: 13328251.
HSL color Cylindrical-coordinate representation of color #7B5FCB: hue angle of 255.56º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B5FCB is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 95 | 203 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.20 |
| HSL | 255.56º | 0.51% | 0.58% | - |
| HSV(B) | 255.56º | 0.53% | 0.8% | - |
| XYZ | 23.04 | 16.71 | 58.51 | - |
| YUV | 115.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 203 | 0.39 | 0.53 | 0 | 0.20 | 255.56 | 0.51 | 0.58 |
| Hex | 7B | 5F | CB | 27 | 35 | 0 | 14 | 100 | 33 | 3A |
| Octal | 173 | 137 | 313 | 47 | 65 | 0 | 24 | 400 | 63 | 72 |
| Binary | 1111011 | 1011111 | 11001011 | 100111 | 110101 | 0 | 10100 | 100000000 | 110011 | 111010 |
Color Harmonies of #7B5FCB
Complementary color
Monochromatic Colors of #7B5FCB
Black with #7B5FCB
Text Example
Text Example
White with #7B5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5FCB; }
p { color: rgb(123,95,203); }
H1.HeaderClassName
{
color: #7B5FCB;
}
.AnyTagClassName
{
color: #7B5FCB;
}
</style>
background-color css
<style>
a { background-color: #7B5FCB; }
a { background-color: rgb(123,95,203); }
div.DivClassName
{
background-color: #7B5FCB;
}
.BgClassName
{
background-color: #7B5FCB;
}
</style>
border-color css
<style>
span { border-color: #7B5FCB; }
span { border-color: rgb(123,95,203); }
td.TdClassName
{
border-color: #7B5FCB;
}
.TagClassName
{
border-color: #7B5FCB;
}
</style>