Shades of Light Slate Blue #7279FA
Tints of Light Slate Blue #7279FA
RGB
CMYK
RGB Variations
Color information
#7279FA (or 0x7279FA) is known color: Light Slate Blue. HEX triplet: 72, 79 and FA. RGB value is (114,121,250). Sum of RGB (Red+Green+Blue) = 114+121+250=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #7279FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7279FA is #8D8605. Grayscale: #858585. Windows color (decimal): -9274886 or 16415090. OLE color: 16415090.
HSL color Cylindrical-coordinate representation of color #7279FA: hue angle of 236.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7279FA is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 121 | 250 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.02 |
| HSL | 236.91º | 0.93% | 0.71% | - |
| HSV(B) | 236.91º | 0.54% | 0.98% | - |
| XYZ | 31.03 | 24.15 | 93.47 | - |
| YUV | 133.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 250 | 0.54 | 0.52 | 0 | 0.02 | 236.91 | 0.93 | 0.71 |
| Hex | 72 | 79 | FA | 36 | 34 | 0 | 2 | ED | 5D | 47 |
| Octal | 162 | 171 | 372 | 66 | 64 | 0 | 2 | 355 | 135 | 107 |
| Binary | 1110010 | 1111001 | 11111010 | 110110 | 110100 | 0 | 10 | 11101101 | 1011101 | 1000111 |
Color Harmonies of #7279FA
Complementary color
Monochromatic Colors of #7279FA
Black with #7279FA
Text Example
Text Example
White with #7279FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7279FA; }
p { color: rgb(114,121,250); }
H1.HeaderClassName
{
color: #7279FA;
}
.AnyTagClassName
{
color: #7279FA;
}
</style>
background-color css
<style>
a { background-color: #7279FA; }
a { background-color: rgb(114,121,250); }
div.DivClassName
{
background-color: #7279FA;
}
.BgClassName
{
background-color: #7279FA;
}
</style>
border-color css
<style>
span { border-color: #7279FA; }
span { border-color: rgb(114,121,250); }
td.TdClassName
{
border-color: #7279FA;
}
.TagClassName
{
border-color: #7279FA;
}
</style>