Shades of Light Slate Blue #7A6BFC
Tints of Light Slate Blue #7A6BFC
RGB
CMYK
RGB Variations
Color information
#7A6BFC (or 0x7A6BFC) is known color: Light Slate Blue. HEX triplet: 7A, 6B and FC. RGB value is (122,107,252). Sum of RGB (Red+Green+Blue) = 122+107+252=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A6BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6BFC is #859403. Grayscale: #7F7F7F. Windows color (decimal): -8754180 or 16542586. OLE color: 16542586.
HSL color Cylindrical-coordinate representation of color #7A6BFC: hue angle of 246.21º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A6BFC is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 107 | 252 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.01 |
| HSL | 246.21º | 0.96% | 0.7% | - |
| HSV(B) | 246.21º | 0.58% | 0.99% | - |
| XYZ | 30.85 | 21.68 | 94.65 | - |
| YUV | 128.02 | 197.97 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 252 | 0.52 | 0.58 | 0 | 0.01 | 246.21 | 0.96 | 0.7 |
| Hex | 7A | 6B | FC | 34 | 3A | 0 | 1 | F6 | 60 | 46 |
| Octal | 172 | 153 | 374 | 64 | 72 | 0 | 1 | 366 | 140 | 106 |
| Binary | 1111010 | 1101011 | 11111100 | 110100 | 111010 | 0 | 1 | 11110110 | 1100000 | 1000110 |
Color Harmonies of #7A6BFC
Complementary color
Monochromatic Colors of #7A6BFC
Black with #7A6BFC
Text Example
Text Example
White with #7A6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BFC; }
p { color: rgb(122,107,252); }
H1.HeaderClassName
{
color: #7A6BFC;
}
.AnyTagClassName
{
color: #7A6BFC;
}
</style>
background-color css
<style>
a { background-color: #7A6BFC; }
a { background-color: rgb(122,107,252); }
div.DivClassName
{
background-color: #7A6BFC;
}
.BgClassName
{
background-color: #7A6BFC;
}
</style>
border-color css
<style>
span { border-color: #7A6BFC; }
span { border-color: rgb(122,107,252); }
td.TdClassName
{
border-color: #7A6BFC;
}
.TagClassName
{
border-color: #7A6BFC;
}
</style>