Shades of Light Slate Blue #7B7AFE
Tints of Light Slate Blue #7B7AFE
RGB
CMYK
RGB Variations
Color information
#7B7AFE (or 0x7B7AFE) is known color: Light Slate Blue. HEX triplet: 7B, 7A and FE. RGB value is (123,122,254). Sum of RGB (Red+Green+Blue) = 123+122+254=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B7AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7AFE is #848501. Grayscale: #888888. Windows color (decimal): -8684802 or 16677499. OLE color: 16677499.
HSL color Cylindrical-coordinate representation of color #7B7AFE: hue angle of 240.45º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B7AFE is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 122 | 254 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.00 |
| HSL | 240.45º | 0.99% | 0.74% | - |
| HSV(B) | 240.45º | 0.52% | 1% | - |
| XYZ | 33.02 | 25.29 | 96.91 | - |
| YUV | 137.35 | 193.83 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 254 | 0.52 | 0.52 | 0 | 0.00 | 240.45 | 0.99 | 0.74 |
| Hex | 7B | 7A | FE | 34 | 34 | 0 | 0 | F0 | 63 | 4A |
| Octal | 173 | 172 | 376 | 64 | 64 | 0 | 0 | 360 | 143 | 112 |
| Binary | 1111011 | 1111010 | 11111110 | 110100 | 110100 | 0 | 0 | 11110000 | 1100011 | 1001010 |
Color Harmonies of #7B7AFE
Complementary color
Monochromatic Colors of #7B7AFE
Black with #7B7AFE
Text Example
Text Example
White with #7B7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7AFE; }
p { color: rgb(123,122,254); }
H1.HeaderClassName
{
color: #7B7AFE;
}
.AnyTagClassName
{
color: #7B7AFE;
}
</style>
background-color css
<style>
a { background-color: #7B7AFE; }
a { background-color: rgb(123,122,254); }
div.DivClassName
{
background-color: #7B7AFE;
}
.BgClassName
{
background-color: #7B7AFE;
}
</style>
border-color css
<style>
span { border-color: #7B7AFE; }
span { border-color: rgb(123,122,254); }
td.TdClassName
{
border-color: #7B7AFE;
}
.TagClassName
{
border-color: #7B7AFE;
}
</style>