Shades of Light Slate Blue #7A7FFC
Tints of Light Slate Blue #7A7FFC
RGB
CMYK
RGB Variations
Color information
#7A7FFC (or 0x7A7FFC) is known color: Light Slate Blue. HEX triplet: 7A, 7F and FC. RGB value is (122,127,252). Sum of RGB (Red+Green+Blue) = 122+127+252=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A7FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7FFC is #858003. Grayscale: #8B8B8B. Windows color (decimal): -8749060 or 16547706. OLE color: 16547706.
HSL color Cylindrical-coordinate representation of color #7A7FFC: hue angle of 237.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A7FFC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 127 | 252 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.01 |
| HSL | 237.69º | 0.96% | 0.73% | - |
| HSV(B) | 237.69º | 0.52% | 0.99% | - |
| XYZ | 33.19 | 26.34 | 95.43 | - |
| YUV | 139.76 | 191.34 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 252 | 0.52 | 0.50 | 0 | 0.01 | 237.69 | 0.96 | 0.73 |
| Hex | 7A | 7F | FC | 34 | 32 | 0 | 1 | EE | 60 | 49 |
| Octal | 172 | 177 | 374 | 64 | 62 | 0 | 1 | 356 | 140 | 111 |
| Binary | 1111010 | 1111111 | 11111100 | 110100 | 110010 | 0 | 1 | 11101110 | 1100000 | 1001001 |
Color Harmonies of #7A7FFC
Complementary color
Monochromatic Colors of #7A7FFC
Black with #7A7FFC
Text Example
Text Example
White with #7A7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7FFC; }
p { color: rgb(122,127,252); }
H1.HeaderClassName
{
color: #7A7FFC;
}
.AnyTagClassName
{
color: #7A7FFC;
}
</style>
background-color css
<style>
a { background-color: #7A7FFC; }
a { background-color: rgb(122,127,252); }
div.DivClassName
{
background-color: #7A7FFC;
}
.BgClassName
{
background-color: #7A7FFC;
}
</style>
border-color css
<style>
span { border-color: #7A7FFC; }
span { border-color: rgb(122,127,252); }
td.TdClassName
{
border-color: #7A7FFC;
}
.TagClassName
{
border-color: #7A7FFC;
}
</style>