Shades of Light Slate Blue #7B7EFA
Tints of Light Slate Blue #7B7EFA
RGB
CMYK
RGB Variations
Color information
#7B7EFA (or 0x7B7EFA) is known color: Light Slate Blue. HEX triplet: 7B, 7E and FA. RGB value is (123,126,250). Sum of RGB (Red+Green+Blue) = 123+126+250=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B7EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7EFA is #848105. Grayscale: #8A8A8A. Windows color (decimal): -8683782 or 16416379. OLE color: 16416379.
HSL color Cylindrical-coordinate representation of color #7B7EFA: hue angle of 238.58º 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 #7B7EFA is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 126 | 250 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.02 |
| HSL | 238.58º | 0.93% | 0.73% | - |
| HSV(B) | 238.58º | 0.51% | 0.98% | - |
| XYZ | 32.88 | 26.03 | 93.73 | - |
| YUV | 139.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 250 | 0.51 | 0.50 | 0 | 0.02 | 238.58 | 0.93 | 0.73 |
| Hex | 7B | 7E | FA | 33 | 32 | 0 | 2 | EF | 5D | 49 |
| Octal | 173 | 176 | 372 | 63 | 62 | 0 | 2 | 357 | 135 | 111 |
| Binary | 1111011 | 1111110 | 11111010 | 110011 | 110010 | 0 | 10 | 11101111 | 1011101 | 1001001 |
Color Harmonies of #7B7EFA
Complementary color
Monochromatic Colors of #7B7EFA
Black with #7B7EFA
Text Example
Text Example
White with #7B7EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7EFA; }
p { color: rgb(123,126,250); }
H1.HeaderClassName
{
color: #7B7EFA;
}
.AnyTagClassName
{
color: #7B7EFA;
}
</style>
background-color css
<style>
a { background-color: #7B7EFA; }
a { background-color: rgb(123,126,250); }
div.DivClassName
{
background-color: #7B7EFA;
}
.BgClassName
{
background-color: #7B7EFA;
}
</style>
border-color css
<style>
span { border-color: #7B7EFA; }
span { border-color: rgb(123,126,250); }
td.TdClassName
{
border-color: #7B7EFA;
}
.TagClassName
{
border-color: #7B7EFA;
}
</style>