Shades of Light Slate Blue #7B83EF
Tints of Light Slate Blue #7B83EF
RGB
CMYK
RGB Variations
Color information
#7B83EF (or 0x7B83EF) is known color: Light Slate Blue. HEX triplet: 7B, 83 and EF. RGB value is (123,131,239). Sum of RGB (Red+Green+Blue) = 123+131+239=493 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.95% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B83EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B83EF is #847C10. Grayscale: #8C8C8C. Windows color (decimal): -8682513 or 15696763. OLE color: 15696763.
HSL color Cylindrical-coordinate representation of color #7B83EF: hue angle of 235.86º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B83EF is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 131 | 239 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.06 |
| HSL | 235.86º | 0.78% | 0.71% | - |
| HSV(B) | 235.86º | 0.49% | 0.94% | - |
| XYZ | 31.86 | 26.68 | 85.13 | - |
| YUV | 140.92 | 183.35 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 239 | 0.49 | 0.45 | 0 | 0.06 | 235.86 | 0.78 | 0.71 |
| Hex | 7B | 83 | EF | 31 | 2D | 0 | 6 | EC | 4E | 47 |
| Octal | 173 | 203 | 357 | 61 | 55 | 0 | 6 | 354 | 116 | 107 |
| Binary | 1111011 | 10000011 | 11101111 | 110001 | 101101 | 0 | 110 | 11101100 | 1001110 | 1000111 |
Color Harmonies of #7B83EF
Complementary color
Monochromatic Colors of #7B83EF
Black with #7B83EF
Text Example
Text Example
White with #7B83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B83EF; }
p { color: rgb(123,131,239); }
H1.HeaderClassName
{
color: #7B83EF;
}
.AnyTagClassName
{
color: #7B83EF;
}
</style>
background-color css
<style>
a { background-color: #7B83EF; }
a { background-color: rgb(123,131,239); }
div.DivClassName
{
background-color: #7B83EF;
}
.BgClassName
{
background-color: #7B83EF;
}
</style>
border-color css
<style>
span { border-color: #7B83EF; }
span { border-color: rgb(123,131,239); }
td.TdClassName
{
border-color: #7B83EF;
}
.TagClassName
{
border-color: #7B83EF;
}
</style>