Shades of Light Slate Blue #7A70FB
Tints of Light Slate Blue #7A70FB
RGB
CMYK
RGB Variations
Color information
#7A70FB (or 0x7A70FB) is known color: Light Slate Blue. HEX triplet: 7A, 70 and FB. RGB value is (122,112,251). Sum of RGB (Red+Green+Blue) = 122+112+251=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A70FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A70FB is #858F04. Grayscale: #828282. Windows color (decimal): -8752901 or 16478330. OLE color: 16478330.
HSL color Cylindrical-coordinate representation of color #7A70FB: hue angle of 244.32º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A70FB is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 112 | 251 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.02 |
| HSL | 244.32º | 0.95% | 0.71% | - |
| HSV(B) | 244.32º | 0.55% | 0.98% | - |
| XYZ | 31.23 | 22.69 | 94 | - |
| YUV | 130.84 | 195.81 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 251 | 0.51 | 0.55 | 0 | 0.02 | 244.32 | 0.95 | 0.71 |
| Hex | 7A | 70 | FB | 33 | 37 | 0 | 2 | F4 | 5F | 47 |
| Octal | 172 | 160 | 373 | 63 | 67 | 0 | 2 | 364 | 137 | 107 |
| Binary | 1111010 | 1110000 | 11111011 | 110011 | 110111 | 0 | 10 | 11110100 | 1011111 | 1000111 |
Color Harmonies of #7A70FB
Complementary color
Monochromatic Colors of #7A70FB
Black with #7A70FB
Text Example
Text Example
White with #7A70FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A70FB; }
p { color: rgb(122,112,251); }
H1.HeaderClassName
{
color: #7A70FB;
}
.AnyTagClassName
{
color: #7A70FB;
}
</style>
background-color css
<style>
a { background-color: #7A70FB; }
a { background-color: rgb(122,112,251); }
div.DivClassName
{
background-color: #7A70FB;
}
.BgClassName
{
background-color: #7A70FB;
}
</style>
border-color css
<style>
span { border-color: #7A70FB; }
span { border-color: rgb(122,112,251); }
td.TdClassName
{
border-color: #7A70FB;
}
.TagClassName
{
border-color: #7A70FB;
}
</style>