Shades of Light Slate Blue #7A85FC
Tints of Light Slate Blue #7A85FC
RGB
CMYK
RGB Variations
Color information
#7A85FC (or 0x7A85FC) is known color: Light Slate Blue. HEX triplet: 7A, 85 and FC. RGB value is (122,133,252). Sum of RGB (Red+Green+Blue) = 122+133+252=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A85FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A85FC is #857A03. Grayscale: #8E8E8E. Windows color (decimal): -8747524 or 16549242. OLE color: 16549242.
HSL color Cylindrical-coordinate representation of color #7A85FC: hue angle of 234.92º 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 #7A85FC is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 133 | 252 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.01 |
| HSL | 234.92º | 0.96% | 0.73% | - |
| HSV(B) | 234.92º | 0.52% | 0.99% | - |
| XYZ | 33.98 | 27.94 | 95.7 | - |
| YUV | 143.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 252 | 0.52 | 0.47 | 0 | 0.01 | 234.92 | 0.96 | 0.73 |
| Hex | 7A | 85 | FC | 34 | 2F | 0 | 1 | EB | 60 | 49 |
| Octal | 172 | 205 | 374 | 64 | 57 | 0 | 1 | 353 | 140 | 111 |
| Binary | 1111010 | 10000101 | 11111100 | 110100 | 101111 | 0 | 1 | 11101011 | 1100000 | 1001001 |
Color Harmonies of #7A85FC
Complementary color
Monochromatic Colors of #7A85FC
Black with #7A85FC
Text Example
Text Example
White with #7A85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A85FC; }
p { color: rgb(122,133,252); }
H1.HeaderClassName
{
color: #7A85FC;
}
.AnyTagClassName
{
color: #7A85FC;
}
</style>
background-color css
<style>
a { background-color: #7A85FC; }
a { background-color: rgb(122,133,252); }
div.DivClassName
{
background-color: #7A85FC;
}
.BgClassName
{
background-color: #7A85FC;
}
</style>
border-color css
<style>
span { border-color: #7A85FC; }
span { border-color: rgb(122,133,252); }
td.TdClassName
{
border-color: #7A85FC;
}
.TagClassName
{
border-color: #7A85FC;
}
</style>