Shades of Light Slate Blue #7B87FE
Tints of Light Slate Blue #7B87FE
RGB
CMYK
RGB Variations
Color information
#7B87FE (or 0x7B87FE) is known color: Light Slate Blue. HEX triplet: 7B, 87 and FE. RGB value is (123,135,254). Sum of RGB (Red+Green+Blue) = 123+135+254=512 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.02% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B87FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B87FE is #847801. Grayscale: #909090. Windows color (decimal): -8681474 or 16680827. OLE color: 16680827.
HSL color Cylindrical-coordinate representation of color #7B87FE: hue angle of 234.5º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B87FE is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 135 | 254 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.00 |
| HSL | 234.5º | 0.98% | 0.74% | - |
| HSV(B) | 234.5º | 0.52% | 1% | - |
| XYZ | 34.72 | 28.69 | 97.47 | - |
| YUV | 144.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 254 | 0.52 | 0.47 | 0 | 0.00 | 234.5 | 0.98 | 0.74 |
| Hex | 7B | 87 | FE | 34 | 2F | 0 | 0 | EB | 62 | 4A |
| Octal | 173 | 207 | 376 | 64 | 57 | 0 | 0 | 353 | 142 | 112 |
| Binary | 1111011 | 10000111 | 11111110 | 110100 | 101111 | 0 | 0 | 11101011 | 1100010 | 1001010 |
Color Harmonies of #7B87FE
Complementary color
Monochromatic Colors of #7B87FE
Black with #7B87FE
Text Example
Text Example
White with #7B87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B87FE; }
p { color: rgb(123,135,254); }
H1.HeaderClassName
{
color: #7B87FE;
}
.AnyTagClassName
{
color: #7B87FE;
}
</style>
background-color css
<style>
a { background-color: #7B87FE; }
a { background-color: rgb(123,135,254); }
div.DivClassName
{
background-color: #7B87FE;
}
.BgClassName
{
background-color: #7B87FE;
}
</style>
border-color css
<style>
span { border-color: #7B87FE; }
span { border-color: rgb(123,135,254); }
td.TdClassName
{
border-color: #7B87FE;
}
.TagClassName
{
border-color: #7B87FE;
}
</style>