Shades of Light Slate Blue #7A7BFC
Tints of Light Slate Blue #7A7BFC
RGB
CMYK
RGB Variations
Color information
#7A7BFC (or 0x7A7BFC) is known color: Light Slate Blue. HEX triplet: 7A, 7B and FC. RGB value is (122,123,252). Sum of RGB (Red+Green+Blue) = 122+123+252=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A7BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7BFC is #858403. Grayscale: #888888. Windows color (decimal): -8750084 or 16546682. OLE color: 16546682.
HSL color Cylindrical-coordinate representation of color #7A7BFC: hue angle of 239.54º 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 #7A7BFC is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 123 | 252 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.01 |
| HSL | 239.54º | 0.96% | 0.73% | - |
| HSV(B) | 239.54º | 0.52% | 0.99% | - |
| XYZ | 32.68 | 25.33 | 95.26 | - |
| YUV | 137.41 | 192.67 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 252 | 0.52 | 0.51 | 0 | 0.01 | 239.54 | 0.96 | 0.73 |
| Hex | 7A | 7B | FC | 34 | 33 | 0 | 1 | F0 | 60 | 49 |
| Octal | 172 | 173 | 374 | 64 | 63 | 0 | 1 | 360 | 140 | 111 |
| Binary | 1111010 | 1111011 | 11111100 | 110100 | 110011 | 0 | 1 | 11110000 | 1100000 | 1001001 |
Color Harmonies of #7A7BFC
Complementary color
Monochromatic Colors of #7A7BFC
Black with #7A7BFC
Text Example
Text Example
White with #7A7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7BFC; }
p { color: rgb(122,123,252); }
H1.HeaderClassName
{
color: #7A7BFC;
}
.AnyTagClassName
{
color: #7A7BFC;
}
</style>
background-color css
<style>
a { background-color: #7A7BFC; }
a { background-color: rgb(122,123,252); }
div.DivClassName
{
background-color: #7A7BFC;
}
.BgClassName
{
background-color: #7A7BFC;
}
</style>
border-color css
<style>
span { border-color: #7A7BFC; }
span { border-color: rgb(122,123,252); }
td.TdClassName
{
border-color: #7A7BFC;
}
.TagClassName
{
border-color: #7A7BFC;
}
</style>