Shades of Light Slate Blue #7B71FE
Tints of Light Slate Blue #7B71FE
RGB
CMYK
RGB Variations
Color information
#7B71FE (or 0x7B71FE) is known color: Light Slate Blue. HEX triplet: 7B, 71 and FE. RGB value is (123,113,254). Sum of RGB (Red+Green+Blue) = 123+113+254=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B71FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B71FE is #848E01. Grayscale: #838383. Windows color (decimal): -8687106 or 16675195. OLE color: 16675195.
HSL color Cylindrical-coordinate representation of color #7B71FE: hue angle of 244.26º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B71FE is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 113 | 254 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.00 |
| HSL | 244.26º | 0.99% | 0.72% | - |
| HSV(B) | 244.26º | 0.56% | 1% | - |
| XYZ | 31.96 | 23.18 | 96.55 | - |
| YUV | 132.06 | 196.81 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 254 | 0.52 | 0.56 | 0 | 0.00 | 244.26 | 0.99 | 0.72 |
| Hex | 7B | 71 | FE | 34 | 38 | 0 | 0 | F4 | 63 | 48 |
| Octal | 173 | 161 | 376 | 64 | 70 | 0 | 0 | 364 | 143 | 110 |
| Binary | 1111011 | 1110001 | 11111110 | 110100 | 111000 | 0 | 0 | 11110100 | 1100011 | 1001000 |
Color Harmonies of #7B71FE
Complementary color
Monochromatic Colors of #7B71FE
Black with #7B71FE
Text Example
Text Example
White with #7B71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B71FE; }
p { color: rgb(123,113,254); }
H1.HeaderClassName
{
color: #7B71FE;
}
.AnyTagClassName
{
color: #7B71FE;
}
</style>
background-color css
<style>
a { background-color: #7B71FE; }
a { background-color: rgb(123,113,254); }
div.DivClassName
{
background-color: #7B71FE;
}
.BgClassName
{
background-color: #7B71FE;
}
</style>
border-color css
<style>
span { border-color: #7B71FE; }
span { border-color: rgb(123,113,254); }
td.TdClassName
{
border-color: #7B71FE;
}
.TagClassName
{
border-color: #7B71FE;
}
</style>