Shades of Light Slate Blue #7B83FE
Tints of Light Slate Blue #7B83FE
RGB
CMYK
RGB Variations
Color information
#7B83FE (or 0x7B83FE) is known color: Light Slate Blue. HEX triplet: 7B, 83 and FE. RGB value is (123,131,254). Sum of RGB (Red+Green+Blue) = 123+131+254=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B83FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B83FE is #847C01. Grayscale: #8E8E8E. Windows color (decimal): -8682498 or 16679803. OLE color: 16679803.
HSL color Cylindrical-coordinate representation of color #7B83FE: hue angle of 236.34º 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 #7B83FE is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 131 | 254 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.00 |
| HSL | 236.34º | 0.98% | 0.74% | - |
| HSV(B) | 236.34º | 0.52% | 1% | - |
| XYZ | 34.17 | 27.6 | 97.29 | - |
| YUV | 142.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 254 | 0.52 | 0.48 | 0 | 0.00 | 236.34 | 0.98 | 0.74 |
| Hex | 7B | 83 | FE | 34 | 30 | 0 | 0 | EC | 62 | 4A |
| Octal | 173 | 203 | 376 | 64 | 60 | 0 | 0 | 354 | 142 | 112 |
| Binary | 1111011 | 10000011 | 11111110 | 110100 | 110000 | 0 | 0 | 11101100 | 1100010 | 1001010 |
Color Harmonies of #7B83FE
Complementary color
Monochromatic Colors of #7B83FE
Black with #7B83FE
Text Example
Text Example
White with #7B83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B83FE; }
p { color: rgb(123,131,254); }
H1.HeaderClassName
{
color: #7B83FE;
}
.AnyTagClassName
{
color: #7B83FE;
}
</style>
background-color css
<style>
a { background-color: #7B83FE; }
a { background-color: rgb(123,131,254); }
div.DivClassName
{
background-color: #7B83FE;
}
.BgClassName
{
background-color: #7B83FE;
}
</style>
border-color css
<style>
span { border-color: #7B83FE; }
span { border-color: rgb(123,131,254); }
td.TdClassName
{
border-color: #7B83FE;
}
.TagClassName
{
border-color: #7B83FE;
}
</style>