Shades of Light Slate Blue #7F73FA
Tints of Light Slate Blue #7F73FA
RGB
CMYK
RGB Variations
Color information
#7F73FA (or 0x7F73FA) is known color: Light Slate Blue. HEX triplet: 7F, 73 and FA. RGB value is (127,115,250). Sum of RGB (Red+Green+Blue) = 127+115+250=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F73FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F73FA is #808C05. Grayscale: #858585. Windows color (decimal): -8424454 or 16413567. OLE color: 16413567.
HSL color Cylindrical-coordinate representation of color #7F73FA: hue angle of 245.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F73FA is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 115 | 250 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.02 |
| HSL | 245.33º | 0.93% | 0.72% | - |
| HSV(B) | 245.33º | 0.54% | 0.98% | - |
| XYZ | 32.14 | 23.68 | 93.32 | - |
| YUV | 133.98 | 193.48 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 250 | 0.49 | 0.54 | 0 | 0.02 | 245.33 | 0.93 | 0.72 |
| Hex | 7F | 73 | FA | 31 | 36 | 0 | 2 | F5 | 5D | 48 |
| Octal | 177 | 163 | 372 | 61 | 66 | 0 | 2 | 365 | 135 | 110 |
| Binary | 1111111 | 1110011 | 11111010 | 110001 | 110110 | 0 | 10 | 11110101 | 1011101 | 1001000 |
Color Harmonies of #7F73FA
Complementary color
Monochromatic Colors of #7F73FA
Black with #7F73FA
Text Example
Text Example
White with #7F73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73FA; }
p { color: rgb(127,115,250); }
H1.HeaderClassName
{
color: #7F73FA;
}
.AnyTagClassName
{
color: #7F73FA;
}
</style>
background-color css
<style>
a { background-color: #7F73FA; }
a { background-color: rgb(127,115,250); }
div.DivClassName
{
background-color: #7F73FA;
}
.BgClassName
{
background-color: #7F73FA;
}
</style>
border-color css
<style>
span { border-color: #7F73FA; }
span { border-color: rgb(127,115,250); }
td.TdClassName
{
border-color: #7F73FA;
}
.TagClassName
{
border-color: #7F73FA;
}
</style>