Shades of Light Slate Blue #7A87FE
Tints of Light Slate Blue #7A87FE
RGB
CMYK
RGB Variations
Color information
#7A87FE (or 0x7A87FE) is known color: Light Slate Blue. HEX triplet: 7A, 87 and FE. RGB value is (122,135,254). Sum of RGB (Red+Green+Blue) = 122+135+254=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A87FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A87FE is #857801. Grayscale: #909090. Windows color (decimal): -8747010 or 16680826. OLE color: 16680826.
HSL color Cylindrical-coordinate representation of color #7A87FE: hue angle of 234.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A87FE is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 135 | 254 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.00 |
| HSL | 234.09º | 0.99% | 0.74% | - |
| HSV(B) | 234.09º | 0.52% | 1% | - |
| XYZ | 34.58 | 28.62 | 97.47 | - |
| YUV | 144.68 | 189.69 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 254 | 0.52 | 0.47 | 0 | 0.00 | 234.09 | 0.99 | 0.74 |
| Hex | 7A | 87 | FE | 34 | 2F | 0 | 0 | EA | 63 | 4A |
| Octal | 172 | 207 | 376 | 64 | 57 | 0 | 0 | 352 | 143 | 112 |
| Binary | 1111010 | 10000111 | 11111110 | 110100 | 101111 | 0 | 0 | 11101010 | 1100011 | 1001010 |
Color Harmonies of #7A87FE
Complementary color
Monochromatic Colors of #7A87FE
Black with #7A87FE
Text Example
Text Example
White with #7A87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A87FE; }
p { color: rgb(122,135,254); }
H1.HeaderClassName
{
color: #7A87FE;
}
.AnyTagClassName
{
color: #7A87FE;
}
</style>
background-color css
<style>
a { background-color: #7A87FE; }
a { background-color: rgb(122,135,254); }
div.DivClassName
{
background-color: #7A87FE;
}
.BgClassName
{
background-color: #7A87FE;
}
</style>
border-color css
<style>
span { border-color: #7A87FE; }
span { border-color: rgb(122,135,254); }
td.TdClassName
{
border-color: #7A87FE;
}
.TagClassName
{
border-color: #7A87FE;
}
</style>