Shades of Light Slate Blue #7A6BFD
Tints of Light Slate Blue #7A6BFD
RGB
CMYK
RGB Variations
Color information
#7A6BFD (or 0x7A6BFD) is known color: Light Slate Blue. HEX triplet: 7A, 6B and FD. RGB value is (122,107,253). Sum of RGB (Red+Green+Blue) = 122+107+253=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6BFD is #859402. Grayscale: #7F7F7F. Windows color (decimal): -8754179 or 16608122. OLE color: 16608122.
HSL color Cylindrical-coordinate representation of color #7A6BFD: hue angle of 246.16º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A6BFD is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 107 | 253 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.01 |
| HSL | 246.16º | 0.97% | 0.71% | - |
| HSV(B) | 246.16º | 0.58% | 0.99% | - |
| XYZ | 31.01 | 21.74 | 95.49 | - |
| YUV | 128.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 253 | 0.52 | 0.58 | 0 | 0.01 | 246.16 | 0.97 | 0.71 |
| Hex | 7A | 6B | FD | 34 | 3A | 0 | 1 | F6 | 61 | 47 |
| Octal | 172 | 153 | 375 | 64 | 72 | 0 | 1 | 366 | 141 | 107 |
| Binary | 1111010 | 1101011 | 11111101 | 110100 | 111010 | 0 | 1 | 11110110 | 1100001 | 1000111 |
Color Harmonies of #7A6BFD
Complementary color
Monochromatic Colors of #7A6BFD
Black with #7A6BFD
Text Example
Text Example
White with #7A6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BFD; }
p { color: rgb(122,107,253); }
H1.HeaderClassName
{
color: #7A6BFD;
}
.AnyTagClassName
{
color: #7A6BFD;
}
</style>
background-color css
<style>
a { background-color: #7A6BFD; }
a { background-color: rgb(122,107,253); }
div.DivClassName
{
background-color: #7A6BFD;
}
.BgClassName
{
background-color: #7A6BFD;
}
</style>
border-color css
<style>
span { border-color: #7A6BFD; }
span { border-color: rgb(122,107,253); }
td.TdClassName
{
border-color: #7A6BFD;
}
.TagClassName
{
border-color: #7A6BFD;
}
</style>