Shades of Light Slate Blue #7379FF
Tints of Light Slate Blue #7379FF
RGB
CMYK
RGB Variations
Color information
#7379FF (or 0x7379FF) is known color: Light Slate Blue. HEX triplet: 73, 79 and FF. RGB value is (115,121,255). Sum of RGB (Red+Green+Blue) = 115+121+255=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #7379FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7379FF is #8C8600. Grayscale: #858585. Windows color (decimal): -9209345 or 16742771. OLE color: 16742771.
HSL color Cylindrical-coordinate representation of color #7379FF: hue angle of 237.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7379FF is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 121 | 255 | - |
| CMYK | 0.55 | 0.53 | 0 | 0 |
| HSL | 237.43º | 1% | 0.73% | - |
| HSV(B) | 237.43º | 0.55% | 1% | - |
| XYZ | 31.96 | 24.54 | 97.66 | - |
| YUV | 134.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 255 | 0.55 | 0.53 | 0 | 0 | 237.43 | 1 | 0.73 |
| Hex | 73 | 79 | FF | 37 | 35 | 0 | 0 | ED | 64 | 49 |
| Octal | 163 | 171 | 377 | 67 | 65 | 0 | 0 | 355 | 144 | 111 |
| Binary | 1110011 | 1111001 | 11111111 | 110111 | 110101 | 0 | 0 | 11101101 | 1100100 | 1001001 |
Color Harmonies of #7379FF
Complementary color
Monochromatic Colors of #7379FF
Black with #7379FF
Text Example
Text Example
White with #7379FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7379FF; }
p { color: rgb(115,121,255); }
H1.HeaderClassName
{
color: #7379FF;
}
.AnyTagClassName
{
color: #7379FF;
}
</style>
background-color css
<style>
a { background-color: #7379FF; }
a { background-color: rgb(115,121,255); }
div.DivClassName
{
background-color: #7379FF;
}
.BgClassName
{
background-color: #7379FF;
}
</style>
border-color css
<style>
span { border-color: #7379FF; }
span { border-color: rgb(115,121,255); }
td.TdClassName
{
border-color: #7379FF;
}
.TagClassName
{
border-color: #7379FF;
}
</style>