Shades of Light Slate Blue #7A7DFB
Tints of Light Slate Blue #7A7DFB
RGB
CMYK
RGB Variations
Color information
#7A7DFB (or 0x7A7DFB) is known color: Light Slate Blue. HEX triplet: 7A, 7D and FB. RGB value is (122,125,251). Sum of RGB (Red+Green+Blue) = 122+125+251=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A7DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7DFB is #858204. Grayscale: #898989. Windows color (decimal): -8749573 or 16481658. OLE color: 16481658.
HSL color Cylindrical-coordinate representation of color #7A7DFB: hue angle of 238.6º degrees, saturation: 0.94, 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 #7A7DFB is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 125 | 251 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.02 |
| HSL | 238.6º | 0.94% | 0.73% | - |
| HSV(B) | 238.6º | 0.51% | 0.98% | - |
| XYZ | 32.77 | 25.77 | 94.51 | - |
| YUV | 138.47 | 191.51 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 251 | 0.51 | 0.50 | 0 | 0.02 | 238.6 | 0.94 | 0.73 |
| Hex | 7A | 7D | FB | 33 | 32 | 0 | 2 | EF | 5E | 49 |
| Octal | 172 | 175 | 373 | 63 | 62 | 0 | 2 | 357 | 136 | 111 |
| Binary | 1111010 | 1111101 | 11111011 | 110011 | 110010 | 0 | 10 | 11101111 | 1011110 | 1001001 |
Color Harmonies of #7A7DFB
Complementary color
Monochromatic Colors of #7A7DFB
Black with #7A7DFB
Text Example
Text Example
White with #7A7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DFB; }
p { color: rgb(122,125,251); }
H1.HeaderClassName
{
color: #7A7DFB;
}
.AnyTagClassName
{
color: #7A7DFB;
}
</style>
background-color css
<style>
a { background-color: #7A7DFB; }
a { background-color: rgb(122,125,251); }
div.DivClassName
{
background-color: #7A7DFB;
}
.BgClassName
{
background-color: #7A7DFB;
}
</style>
border-color css
<style>
span { border-color: #7A7DFB; }
span { border-color: rgb(122,125,251); }
td.TdClassName
{
border-color: #7A7DFB;
}
.TagClassName
{
border-color: #7A7DFB;
}
</style>