Shades of Light Slate Blue #7A7DF8
Tints of Light Slate Blue #7A7DF8
RGB
CMYK
RGB Variations
Color information
#7A7DF8 (or 0x7A7DF8) is known color: Light Slate Blue. HEX triplet: 7A, 7D and F8. RGB value is (122,125,248). Sum of RGB (Red+Green+Blue) = 122+125+248=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #7A7DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7DF8 is #858207. Grayscale: #898989. Windows color (decimal): -8749576 or 16285050. OLE color: 16285050.
HSL color Cylindrical-coordinate representation of color #7A7DF8: hue angle of 238.57º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A7DF8 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 125 | 248 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.03 |
| HSL | 238.57º | 0.9% | 0.73% | - |
| HSV(B) | 238.57º | 0.51% | 0.97% | - |
| XYZ | 32.3 | 25.58 | 92.04 | - |
| YUV | 138.13 | 190.01 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 248 | 0.51 | 0.50 | 0 | 0.03 | 238.57 | 0.9 | 0.73 |
| Hex | 7A | 7D | F8 | 33 | 32 | 0 | 3 | EF | 5A | 49 |
| Octal | 172 | 175 | 370 | 63 | 62 | 0 | 3 | 357 | 132 | 111 |
| Binary | 1111010 | 1111101 | 11111000 | 110011 | 110010 | 0 | 11 | 11101111 | 1011010 | 1001001 |
Color Harmonies of #7A7DF8
Complementary color
Monochromatic Colors of #7A7DF8
Black with #7A7DF8
Text Example
Text Example
White with #7A7DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DF8; }
p { color: rgb(122,125,248); }
H1.HeaderClassName
{
color: #7A7DF8;
}
.AnyTagClassName
{
color: #7A7DF8;
}
</style>
background-color css
<style>
a { background-color: #7A7DF8; }
a { background-color: rgb(122,125,248); }
div.DivClassName
{
background-color: #7A7DF8;
}
.BgClassName
{
background-color: #7A7DF8;
}
</style>
border-color css
<style>
span { border-color: #7A7DF8; }
span { border-color: rgb(122,125,248); }
td.TdClassName
{
border-color: #7A7DF8;
}
.TagClassName
{
border-color: #7A7DF8;
}
</style>