Shades of Light Slate Blue #7A68FD
Tints of Light Slate Blue #7A68FD
RGB
CMYK
RGB Variations
Color information
#7A68FD (or 0x7A68FD) is known color: Light Slate Blue. HEX triplet: 7A, 68 and FD. RGB value is (122,104,253). Sum of RGB (Red+Green+Blue) = 122+104+253=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A68FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A68FD is #859702. Grayscale: #7D7D7D. Windows color (decimal): -8754947 or 16607354. OLE color: 16607354.
HSL color Cylindrical-coordinate representation of color #7A68FD: hue angle of 247.25º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A68FD is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 104 | 253 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.01 |
| HSL | 247.25º | 0.97% | 0.7% | - |
| HSV(B) | 247.25º | 0.59% | 0.99% | - |
| XYZ | 30.71 | 21.13 | 95.39 | - |
| YUV | 126.37 | 199.46 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 253 | 0.52 | 0.59 | 0 | 0.01 | 247.25 | 0.97 | 0.7 |
| Hex | 7A | 68 | FD | 34 | 3B | 0 | 1 | F7 | 61 | 46 |
| Octal | 172 | 150 | 375 | 64 | 73 | 0 | 1 | 367 | 141 | 106 |
| Binary | 1111010 | 1101000 | 11111101 | 110100 | 111011 | 0 | 1 | 11110111 | 1100001 | 1000110 |
Color Harmonies of #7A68FD
Complementary color
Monochromatic Colors of #7A68FD
Black with #7A68FD
Text Example
Text Example
White with #7A68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A68FD; }
p { color: rgb(122,104,253); }
H1.HeaderClassName
{
color: #7A68FD;
}
.AnyTagClassName
{
color: #7A68FD;
}
</style>
background-color css
<style>
a { background-color: #7A68FD; }
a { background-color: rgb(122,104,253); }
div.DivClassName
{
background-color: #7A68FD;
}
.BgClassName
{
background-color: #7A68FD;
}
</style>
border-color css
<style>
span { border-color: #7A68FD; }
span { border-color: rgb(122,104,253); }
td.TdClassName
{
border-color: #7A68FD;
}
.TagClassName
{
border-color: #7A68FD;
}
</style>