Shades of Light Slate Blue #7A7BFD
Tints of Light Slate Blue #7A7BFD
RGB
CMYK
RGB Variations
Color information
#7A7BFD (or 0x7A7BFD) is known color: Light Slate Blue. HEX triplet: 7A, 7B and FD. RGB value is (122,123,253). Sum of RGB (Red+Green+Blue) = 122+123+253=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A7BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7BFD is #858402. Grayscale: #898989. Windows color (decimal): -8750083 or 16612218. OLE color: 16612218.
HSL color Cylindrical-coordinate representation of color #7A7BFD: hue angle of 239.54º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A7BFD is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 123 | 253 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.01 |
| HSL | 239.54º | 0.97% | 0.74% | - |
| HSV(B) | 239.54º | 0.52% | 0.99% | - |
| XYZ | 32.84 | 25.4 | 96.1 | - |
| YUV | 137.52 | 193.17 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 253 | 0.52 | 0.51 | 0 | 0.01 | 239.54 | 0.97 | 0.74 |
| Hex | 7A | 7B | FD | 34 | 33 | 0 | 1 | F0 | 61 | 4A |
| Octal | 172 | 173 | 375 | 64 | 63 | 0 | 1 | 360 | 141 | 112 |
| Binary | 1111010 | 1111011 | 11111101 | 110100 | 110011 | 0 | 1 | 11110000 | 1100001 | 1001010 |
Color Harmonies of #7A7BFD
Complementary color
Monochromatic Colors of #7A7BFD
Black with #7A7BFD
Text Example
Text Example
White with #7A7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7BFD; }
p { color: rgb(122,123,253); }
H1.HeaderClassName
{
color: #7A7BFD;
}
.AnyTagClassName
{
color: #7A7BFD;
}
</style>
background-color css
<style>
a { background-color: #7A7BFD; }
a { background-color: rgb(122,123,253); }
div.DivClassName
{
background-color: #7A7BFD;
}
.BgClassName
{
background-color: #7A7BFD;
}
</style>
border-color css
<style>
span { border-color: #7A7BFD; }
span { border-color: rgb(122,123,253); }
td.TdClassName
{
border-color: #7A7BFD;
}
.TagClassName
{
border-color: #7A7BFD;
}
</style>