Shades of Light Slate Blue #7B83FA
Tints of Light Slate Blue #7B83FA
RGB
CMYK
RGB Variations
Color information
#7B83FA (or 0x7B83FA) is known color: Light Slate Blue. HEX triplet: 7B, 83 and FA. RGB value is (123,131,250). Sum of RGB (Red+Green+Blue) = 123+131+250=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B83FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B83FA is #847C05. Grayscale: #8D8D8D. Windows color (decimal): -8682502 or 16417659. OLE color: 16417659.
HSL color Cylindrical-coordinate representation of color #7B83FA: hue angle of 236.22º degrees, saturation: 0.93, 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 #7B83FA is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 131 | 250 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.02 |
| HSL | 236.22º | 0.93% | 0.73% | - |
| HSV(B) | 236.22º | 0.51% | 0.98% | - |
| XYZ | 33.54 | 27.35 | 93.95 | - |
| YUV | 142.17 | 188.85 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 250 | 0.51 | 0.48 | 0 | 0.02 | 236.22 | 0.93 | 0.73 |
| Hex | 7B | 83 | FA | 33 | 30 | 0 | 2 | EC | 5D | 49 |
| Octal | 173 | 203 | 372 | 63 | 60 | 0 | 2 | 354 | 135 | 111 |
| Binary | 1111011 | 10000011 | 11111010 | 110011 | 110000 | 0 | 10 | 11101100 | 1011101 | 1001001 |
Color Harmonies of #7B83FA
Complementary color
Monochromatic Colors of #7B83FA
Black with #7B83FA
Text Example
Text Example
White with #7B83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B83FA; }
p { color: rgb(123,131,250); }
H1.HeaderClassName
{
color: #7B83FA;
}
.AnyTagClassName
{
color: #7B83FA;
}
</style>
background-color css
<style>
a { background-color: #7B83FA; }
a { background-color: rgb(123,131,250); }
div.DivClassName
{
background-color: #7B83FA;
}
.BgClassName
{
background-color: #7B83FA;
}
</style>
border-color css
<style>
span { border-color: #7B83FA; }
span { border-color: rgb(123,131,250); }
td.TdClassName
{
border-color: #7B83FA;
}
.TagClassName
{
border-color: #7B83FA;
}
</style>