Shades of Light Slate Blue #7B85FF
Tints of Light Slate Blue #7B85FF
RGB
CMYK
RGB Variations
Color information
#7B85FF (or 0x7B85FF) is known color: Light Slate Blue. HEX triplet: 7B, 85 and FF. RGB value is (123,133,255). Sum of RGB (Red+Green+Blue) = 123+133+255=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B85FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B85FF is #847A00. Grayscale: #8F8F8F. Windows color (decimal): -8681985 or 16745851. OLE color: 16745851.
HSL color Cylindrical-coordinate representation of color #7B85FF: hue angle of 235.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B85FF is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 133 | 255 | - |
| CMYK | 0.52 | 0.48 | 0 | 0 |
| HSL | 235.45º | 1% | 0.74% | - |
| HSV(B) | 235.45º | 0.52% | 1% | - |
| XYZ | 34.61 | 28.21 | 98.23 | - |
| YUV | 143.92 | 190.69 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 255 | 0.52 | 0.48 | 0 | 0 | 235.45 | 1 | 0.74 |
| Hex | 7B | 85 | FF | 34 | 30 | 0 | 0 | EB | 64 | 4A |
| Octal | 173 | 205 | 377 | 64 | 60 | 0 | 0 | 353 | 144 | 112 |
| Binary | 1111011 | 10000101 | 11111111 | 110100 | 110000 | 0 | 0 | 11101011 | 1100100 | 1001010 |
Color Harmonies of #7B85FF
Complementary color
Monochromatic Colors of #7B85FF
Black with #7B85FF
Text Example
Text Example
White with #7B85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B85FF; }
p { color: rgb(123,133,255); }
H1.HeaderClassName
{
color: #7B85FF;
}
.AnyTagClassName
{
color: #7B85FF;
}
</style>
background-color css
<style>
a { background-color: #7B85FF; }
a { background-color: rgb(123,133,255); }
div.DivClassName
{
background-color: #7B85FF;
}
.BgClassName
{
background-color: #7B85FF;
}
</style>
border-color css
<style>
span { border-color: #7B85FF; }
span { border-color: rgb(123,133,255); }
td.TdClassName
{
border-color: #7B85FF;
}
.TagClassName
{
border-color: #7B85FF;
}
</style>