Shades of Light Slate Blue #7F7AFF
Tints of Light Slate Blue #7F7AFF
RGB
CMYK
RGB Variations
Color information
#7F7AFF (or 0x7F7AFF) is known color: Light Slate Blue. HEX triplet: 7F, 7A and FF. RGB value is (127,122,255). Sum of RGB (Red+Green+Blue) = 127+122+255=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F7AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7AFF is #808500. Grayscale: #8A8A8A. Windows color (decimal): -8422657 or 16743039. OLE color: 16743039.
HSL color Cylindrical-coordinate representation of color #7F7AFF: hue angle of 242.26º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F7AFF is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 122 | 255 | - |
| CMYK | 0.50 | 0.52 | 0 | 0 |
| HSL | 242.26º | 1% | 0.74% | - |
| HSV(B) | 242.26º | 0.52% | 1% | - |
| XYZ | 33.76 | 25.65 | 97.78 | - |
| YUV | 138.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 255 | 0.50 | 0.52 | 0 | 0 | 242.26 | 1 | 0.74 |
| Hex | 7F | 7A | FF | 32 | 34 | 0 | 0 | F2 | 64 | 4A |
| Octal | 177 | 172 | 377 | 62 | 64 | 0 | 0 | 362 | 144 | 112 |
| Binary | 1111111 | 1111010 | 11111111 | 110010 | 110100 | 0 | 0 | 11110010 | 1100100 | 1001010 |
Color Harmonies of #7F7AFF
Complementary color
Monochromatic Colors of #7F7AFF
Black with #7F7AFF
Text Example
Text Example
White with #7F7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7AFF; }
p { color: rgb(127,122,255); }
H1.HeaderClassName
{
color: #7F7AFF;
}
.AnyTagClassName
{
color: #7F7AFF;
}
</style>
background-color css
<style>
a { background-color: #7F7AFF; }
a { background-color: rgb(127,122,255); }
div.DivClassName
{
background-color: #7F7AFF;
}
.BgClassName
{
background-color: #7F7AFF;
}
</style>
border-color css
<style>
span { border-color: #7F7AFF; }
span { border-color: rgb(127,122,255); }
td.TdClassName
{
border-color: #7F7AFF;
}
.TagClassName
{
border-color: #7F7AFF;
}
</style>