Shades of Light Slate Blue #7B85FB
Tints of Light Slate Blue #7B85FB
RGB
CMYK
RGB Variations
Color information
#7B85FB (or 0x7B85FB) is known color: Light Slate Blue. HEX triplet: 7B, 85 and FB. RGB value is (123,133,251). Sum of RGB (Red+Green+Blue) = 123+133+251=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B85FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B85FB is #847A04. Grayscale: #8E8E8E. Windows color (decimal): -8681989 or 16483707. OLE color: 16483707.
HSL color Cylindrical-coordinate representation of color #7B85FB: hue angle of 235.31º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B85FB is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 133 | 251 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.02 |
| HSL | 235.31º | 0.94% | 0.73% | - |
| HSV(B) | 235.31º | 0.51% | 0.98% | - |
| XYZ | 33.97 | 27.95 | 94.87 | - |
| YUV | 143.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 251 | 0.51 | 0.47 | 0 | 0.02 | 235.31 | 0.94 | 0.73 |
| Hex | 7B | 85 | FB | 33 | 2F | 0 | 2 | EB | 5E | 49 |
| Octal | 173 | 205 | 373 | 63 | 57 | 0 | 2 | 353 | 136 | 111 |
| Binary | 1111011 | 10000101 | 11111011 | 110011 | 101111 | 0 | 10 | 11101011 | 1011110 | 1001001 |
Color Harmonies of #7B85FB
Complementary color
Monochromatic Colors of #7B85FB
Black with #7B85FB
Text Example
Text Example
White with #7B85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B85FB; }
p { color: rgb(123,133,251); }
H1.HeaderClassName
{
color: #7B85FB;
}
.AnyTagClassName
{
color: #7B85FB;
}
</style>
background-color css
<style>
a { background-color: #7B85FB; }
a { background-color: rgb(123,133,251); }
div.DivClassName
{
background-color: #7B85FB;
}
.BgClassName
{
background-color: #7B85FB;
}
</style>
border-color css
<style>
span { border-color: #7B85FB; }
span { border-color: rgb(123,133,251); }
td.TdClassName
{
border-color: #7B85FB;
}
.TagClassName
{
border-color: #7B85FB;
}
</style>